[MIRROR] Transformation fixes (#11195)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-15 08:38:54 +02:00
committed by GitHub
co-authored by SatinIsle
parent 3b735000c2
commit 1906ebf2b0
7 changed files with 16 additions and 11 deletions
@@ -579,7 +579,7 @@
if(can_change(owner, APPEARANCE_ALL_COSMETIC))
if(tgui_alert(owner, "Are you certain you wish to load the currently selected savefile?", "Load Savefile", list("No","Yes")) == "Yes")
if(owner && owner.client) //sanity
owner.client.prefs.vanity_copy_to(owner, FALSE, TRUE, FALSE, FALSE)
owner.client.prefs.vanity_copy_to(owner, FALSE, TRUE, FALSE, FALSE, FALSE)
return TRUE
return TRUE
else