/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
+1 -1
View File
@@ -3,7 +3,7 @@
#define POWER_RESTORATION_SEARCH_APC 2
#define POWER_RESTORATION_APC_FOUND 3
/mob/living/silicon/ai/BiologicalLife(seconds, times_fired)
/mob/living/silicon/ai/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
//I'm not removing that shitton of tabs, unneeded as they are. -- Urist
+1 -1
View File
@@ -152,7 +152,7 @@
if(possible_chassis[chassis])
AddElement(/datum/element/mob_holder, chassis, 'icons/mob/pai_item_head.dmi', 'icons/mob/pai_item_rh.dmi', 'icons/mob/pai_item_lh.dmi', ITEM_SLOT_HEAD)
/mob/living/silicon/pai/BiologicalLife(seconds, times_fired)
/mob/living/silicon/pai/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
if(hacking)
@@ -1,4 +1,4 @@
/mob/living/silicon/robot/BiologicalLife(seconds, times_fired)
/mob/living/silicon/robot/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
adjustOxyLoss(-10) //we're a robot!