Skip to content

Commit

Permalink
[MIRROR] fix high speed floor people
Browse files Browse the repository at this point in the history
  • Loading branch information
Spookerton authored and SuhEugene committed Oct 11, 2023
1 parent 9ee9595 commit 1d6626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
handle_impaired_hearing()

/mob/living/proc/handle_confused()
confused--
confused = max(confused - 1, 0)
return confused

/mob/living/proc/handle_impaired_vision()
Expand Down

0 comments on commit 1d6626a

Please sign in to comment.