Fix appearance changes from the mirror resetting on any UpdateAppearance() call (#28125)

* add APPEARANCE_UPDATE_DNA flag

* kind of fix
This commit is contained in:
Mira
2025-02-04 08:14:50 +00:00
committed by GitHub
parent dfd642799c
commit 89e32a5e0f
3 changed files with 8 additions and 3 deletions
@@ -314,7 +314,7 @@
return data
/datum/ui_module/appearance_changer/proc/update_dna()
if(owner && (flags & APPEARANCE_UPDATE_DNA))
if(owner)
owner.update_dna()
/datum/ui_module/appearance_changer/proc/can_change(flag)