mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user