mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user