/BiologicalLife(delta_time...

This commit is contained in:
SandPoot
2022-07-20 21:40:53 -03:00
parent c88d687eaa
commit 329e160a1f
55 changed files with 74 additions and 74 deletions
@@ -3,7 +3,7 @@
/mob/living/carbon/monkey
/mob/living/carbon/monkey/BiologicalLife(seconds, times_fired)
/mob/living/carbon/monkey/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
if(client)
@@ -33,7 +33,7 @@
if(relic_mask)
equip_to_slot_or_del(new relic_mask, ITEM_SLOT_MASK)
/mob/living/carbon/monkey/punpun/BiologicalLife(seconds, times_fired)
/mob/living/carbon/monkey/punpun/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
if(!stat && SSticker.current_state == GAME_STATE_FINISHED && !memory_saved)