mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 07:29:39 +01:00
Fixes the colossal spider not changing sprites after using the Ceiling Climbing power (#10202)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user