From 9f6c22d43742206ee16af0d453d462c2860b2bfa Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 2 Sep 2014 10:02:37 +0930 Subject: [PATCH] Reapplies LightningIron's fix for #6131 --- code/modules/client/preferences.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 68fcba514d6..6dda3060a07 100755 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1329,7 +1329,8 @@ datum/preferences organ_data[limb] = "cyborg" if(second_limb) organ_data[second_limb] = "cyborg" - + if(third_limb && organ_data[third_limb] == "amputated") + organ_data[third_limb] = null if("organs") var/organ_name = input(user, "Which internal function do you want to change?") as null|anything in list("Heart", "Eyes") if(!organ_name) return