until the gladiator is fixed... and makes the loot code better?

This commit is contained in:
Enric Gabriel
2020-07-26 19:00:36 -03:00
parent c488257c4f
commit 2053dcbfcc
2 changed files with 6 additions and 5 deletions
@@ -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)