From 3afe4adaed1f31e064a8ecbcacf209e1eca8eaa1 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Wed, 29 Apr 2020 15:17:05 -0400 Subject: [PATCH] Remove Duplicate Code Title, response to mirror. --- .../client/preference_setup/loadout/loadout_xeno_vr.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm index c4909ac269..2f5734030d 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm @@ -1,7 +1,3 @@ -/datum/gear/shoes/footwraps/New() //Give color pick option for footwraps - ..() - gear_tweaks = list(gear_tweak_free_color_choice) - /datum/gear/uniform/voxcasual display_name = "casual wear (Vox)" path = /obj/item/clothing/under/vox/vox_casual @@ -88,4 +84,4 @@ /datum/gear/suit/taur/white_dress display_name = "white wedding dress (Wolf/Horse-taur)" path = /obj/item/clothing/suit/taur_dress/white - sort_category = "Xenowear" \ No newline at end of file + sort_category = "Xenowear"