From 6a87c1df2c248c076fd91886ca59e40553bf6af6 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:34:28 +0100 Subject: [PATCH] I mean, maybe it works --- .../client/preference_setup/loadout/loadout_shoes_vr.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_shoes_vr.dm b/code/modules/client/preference_setup/loadout/loadout_shoes_vr.dm index 95ca1c9414..80ad29c8c1 100644 --- a/code/modules/client/preference_setup/loadout/loadout_shoes_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_shoes_vr.dm @@ -35,4 +35,9 @@ /datum/gear/shoes/flats/alt display_name = "flats, alt" - path = /obj/item/clothing/shoes/flats/white/color/alt \ No newline at end of file + path = /obj/item/clothing/shoes/flats/white/color/alt + +//CHOMP ADDITION, trying to make a no shoes shoe option +/datum/gear/shoes/none + display_name = "Adjust - No Shoes" + path = null