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"