mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +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
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed the colossal spider not changing sprites after using the Ceiling Climbing power."
|
||||
|
||||
Reference in New Issue
Block a user