/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
@@ -102,7 +102,7 @@
factory.spores += src
. = ..()
/mob/living/simple_animal/hostile/blob/blobspore/BiologicalLife(seconds, times_fired)
/mob/living/simple_animal/hostile/blob/blobspore/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
if(!is_zombie && isturf(src.loc))
@@ -233,7 +233,7 @@
return FALSE
return ..()
/mob/living/simple_animal/hostile/blob/blobbernaut/BiologicalLife(seconds, times_fired)
/mob/living/simple_animal/hostile/blob/blobbernaut/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
var/list/blobs_in_area = range(2, src)
@@ -38,7 +38,7 @@
. = ..()
true_name = pick(possible_true_names)
/mob/living/simple_animal/hostile/clockwork/guardian/BiologicalLife(seconds, times_fired)
/mob/living/simple_animal/hostile/clockwork/guardian/BiologicalLife(delta_time, times_fired)
..()
if(is_in_host())
if(!is_servant_of_ratvar(host))
@@ -39,7 +39,7 @@
if(!shield_health)
return "<span class='warning'>Its shield has been destroyed!</span>"
/mob/living/simple_animal/hostile/clockwork/marauder/BiologicalLife(seconds, times_fired)
/mob/living/simple_animal/hostile/clockwork/marauder/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
var/turf/T = get_turf(src)
+1 -1
View File
@@ -48,7 +48,7 @@
..()
boost = world.time + 30
/mob/living/simple_animal/imp/BiologicalLife(seconds, times_fired)
/mob/living/simple_animal/imp/BiologicalLife(delta_time, times_fired)
if(!(. = ..()))
return
if(boost<world.time)