fixes morph button icons not getting updated (#20156)

* fixes morph button icons not getting updated

* implied SRC
This commit is contained in:
GDN
2023-01-13 15:07:30 -05:00
committed by GitHub
parent b4e970eb90
commit 51feb56d91
@@ -139,8 +139,8 @@
*/
/mob/living/simple_animal/hostile/morph/proc/add_food(amount)
gathered_food += amount
for(var/obj/effect/proc_holder/spell/morph_spell/MS in mind.spell_list)
MS.updateButtonIcon()
for(var/datum/action/spell_action/action in actions)
action.UpdateButtonIcon()
/mob/living/simple_animal/hostile/morph/proc/assume()