Transformation fixes (#17953)

* Transformation fixes

Fixes #17943
Fixes #17942

Removed copying of bloodtype from vanity TF procs, as if the user actually has blood it will cause organ failure.
Added secondary ears to copy form ability.

* Makes hanner not get outed by medical scanners

* Preserves bloodtype for resleeving but fixes it for TF
This commit is contained in:
SatinIsle
2025-07-14 23:58:26 +02:00
committed by GitHub
parent 84dc5535dc
commit 9eb95ff4bc
7 changed files with 16 additions and 11 deletions
+1 -1
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()