[MIRROR] Transformation fixes (#11195)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-14 23:38:54 -07:00
committed by GitHub
parent 3b735000c2
commit 1906ebf2b0
7 changed files with 16 additions and 11 deletions

View File

@@ -407,7 +407,7 @@
// Update record from vanity copy of slot if needed
if(from_save_slot)
H.client.prefs.vanity_copy_to(H,FALSE,TRUE,TRUE,FALSE)
H.client.prefs.vanity_copy_to(H,FALSE,TRUE,TRUE,FALSE,TRUE)
for(var/category in H.all_underwear) // No undies
H.hide_underwear[category] = TRUE
H.update_underwear()