diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index 22a11a8c7e8..7b8db83a969 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -1,7 +1,7 @@ /// This divisor controls how fast body temperature changes to match the environment #define BODYTEMP_DIVISOR 8 -/mob/living/proc/Life(seconds, times_fired) +/mob/living/proc/Life(times_fired) set waitfor = FALSE if((movement_type & FLYING) && !(movement_type & FLOATING)) //TODO: Better floating