mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-27 15:18:33 +01:00
GIVE ME HIS INTRO
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user