mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
fixes morph button icons not getting updated (#20156)
* fixes morph button icons not getting updated * implied SRC
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user