diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 5a5e09a5ac..051f6e4c20 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1447,7 +1447,7 @@ datum/preferences rlimb_data[limb] = choice organ_data[limb] = "cyborg" if(second_limb) - organ_data[second_limb] = choice + rlimb_data[second_limb] = choice organ_data[second_limb] = "cyborg" if(third_limb && organ_data[third_limb] == "amputated") organ_data[third_limb] = null