mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-20 19:57:56 +01:00
until the gladiator is fixed... and makes the loot code better?
This commit is contained in:
@@ -67,12 +67,12 @@ 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)
|
||||
*/ // 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