mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user