Skip to content

Commit

Permalink
Slowed down cuttlefish hypnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Nov 17, 2024
1 parent 5681ab3 commit 1bd2f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CuttlefishEntity(entityType: EntityType<out CuttlefishEntity>, world: Worl

if (this.isSprinting) {
sprintCounter++
if (sprintCounter >= 5) {
if (sprintCounter >= 10) {
randomValue = if (randomValue == 3) 4 else 3
sprintCounter = 0
}
Expand Down

0 comments on commit 1bd2f33

Please sign in to comment.