GIVE ME HIS INTRO

This commit is contained in:
crazyraio2
2020-07-26 19:14:10 -03:00
parent 2053dcbfcc
commit ca9ef98833
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* Splits off into PhysicalLife() and BiologicalLife(). Override those instead of this.
*/
/mob/living/proc/Life(seconds, times_fired)
SHOULD_NOT_SLEEP(TRUE)
set waitfor = FALSE // yeah hey we're kind of on a subsystem, no sleeping will be tolerated here!
if(mob_transforming)
return
@@ -67,12 +67,11 @@ They deal 35 brute (armor is considered).
. = ..()
internal = new /obj/item/gps/internal/gladiator(src)
/* /mob/living/simple_animal/hostile/megafauna/gladiator/Life()
/mob/living/simple_animal/hostile/megafauna/gladiator/Life()
. = ..()
if(!wander)
for(var/mob/living/M in view(4, src))
if(!(M in introduced) && (stat != DEAD))
*/ // introduction(M)
/mob/living/simple_animal/hostile/megafauna/gladiator/apply_damage(damage, damagetype, def_zone, blocked, forced, bare_wound_bonus = FALSE, sharpness = FALSE, wound_bonus=CANT_WOUND)
if(speen)