Spider queen fixes (#9752)

This commit is contained in:
Alberyk
2020-08-23 00:16:06 -03:00
committed by GitHub
parent 5c966b6abe
commit f3a371bf02
@@ -38,7 +38,6 @@
environment_smash = 2
pixel_x = -16
pixel_y = -16
attack_emote = "skitters toward"
emote_sounds = list('sound/effects/creatures/spider_critter.ogg')
@@ -106,6 +105,7 @@
if(target_turf)
S.visible_message("<span class='danger'>\The [S] lands on the [target_turf]!</span>")
for(var/mob/living/M in target_turf)
M.apply_damage(50, BRUTE)
M.apply_effect(6, STUN, blocked)
if(M != src)
M.apply_damage(50, BRUTE)
M.apply_effect(6, STUN, blocked)
return TRUE