Fixes the colossal spider not changing sprites after using the Ceiling Climbing power (#10202)

This commit is contained in:
Alberyk
2020-10-07 22:45:59 -03:00
committed by GitHub
parent 77eff43a72
commit d7ad45ceeb
2 changed files with 9 additions and 2 deletions
@@ -53,12 +53,12 @@
add_spell(new /spell/targeted/ceiling_climb, "const_spell_ready")
/mob/living/simple_animal/hostile/spider_queen/update_icon()
..()
if(hovering)
icon_state = "spider_queen_shadow"
else
icon_state = initial(icon_state)
..()
/mob/living/simple_animal/hostile/spider_queen/UnarmedAttack(var/atom/A, var/proximity)
if(hovering)
return