From 5225eed156a2e9f935e2b5f431085a208cdff723 Mon Sep 17 00:00:00 2001 From: Enric Gabriel <43283559+SandPoot@users.noreply.github.com> Date: Sun, 26 Jul 2020 19:18:27 -0300 Subject: [PATCH] web edit momment. --- .../mob/living/simple_animal/hostile/megafauna/gladiator.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/sandcode/code/modules/mob/living/simple_animal/hostile/megafauna/gladiator.dm b/sandcode/code/modules/mob/living/simple_animal/hostile/megafauna/gladiator.dm index bce5f179ff..be492a0896 100644 --- a/sandcode/code/modules/mob/living/simple_animal/hostile/megafauna/gladiator.dm +++ b/sandcode/code/modules/mob/living/simple_animal/hostile/megafauna/gladiator.dm @@ -72,6 +72,7 @@ They deal 35 brute (armor is considered). 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)