mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Spider queen fixes (#9752)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user