[MIRROR] Fix incorrect proc signature for /mob/living/proc/Life (#734)

* Fix incorrect proc signature for /mob/living/proc/Life (#53565)

#52981 changed how Life() procs were called. It also forgot to 
re-define the Life proc signature after doing so. This gives Life the 
appropriate signature.

Our intended breathing mechanic of once every 4 life ticks became every 
single life tick, effectively making mobs breathe 4 times as often as 
they should. Oh, my dear Atmos subsystem, how you must be crying in 
pain!

* Fix incorrect proc signature for /mob/living/proc/Life

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2020-09-11 23:01:17 +02:00
committed by GitHub
co-authored by Timberpoes
parent 1302a25abe
commit 73ed077c3d
+1 -1
View File
@@ -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