/BiologicalLife(delta_time...
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user