From 91291fb6b26ee4e801e574eb48816d1b34c23073 Mon Sep 17 00:00:00 2001 From: Heroman Date: Thu, 2 Apr 2020 09:34:31 +1000 Subject: [PATCH] Makes cloth footwraps colorable in loadout --- .../client/preference_setup/loadout/loadout_xeno_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) 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 6b92ab1376..c4909ac269 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm @@ -1,3 +1,7 @@ +/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