From f490bec8e250d04d57771e9f42f89855183a6840 Mon Sep 17 00:00:00 2001 From: MrSign <33539568+MrSign@users.noreply.github.com> Date: Sun, 30 Aug 2020 09:15:16 +1000 Subject: [PATCH] adds toeless jackboots to loadout --- .../client/preference_setup/loadout/loadout_shoes.dm | 4 ---- .../client/preference_setup/loadout/loadout_shoes_vr.dm | 6 +++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_shoes.dm b/code/modules/client/preference_setup/loadout/loadout_shoes.dm index 76f04e7e46..d5e7caeae5 100644 --- a/code/modules/client/preference_setup/loadout/loadout_shoes.dm +++ b/code/modules/client/preference_setup/loadout/loadout_shoes.dm @@ -9,10 +9,6 @@ display_name = "jackboots" path = /obj/item/clothing/shoes/boots/jackboots -/datum/gear/shoes/toeless - display_name = "toe-less jackboots" - path = /obj/item/clothing/shoes/boots/jackboots/toeless - /datum/gear/shoes/kneeboots display_name = "jackboots, knee-length" path = /obj/item/clothing/shoes/boots/jackboots/knee 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 dc2bec9650..554300d379 100644 --- a/code/modules/client/preference_setup/loadout/loadout_shoes_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_shoes_vr.dm @@ -18,4 +18,8 @@ /datum/gear/shoes/siren display_name = "boots, Siren" - path = /obj/item/clothing/shoes/boots/fluff/siren \ No newline at end of file + path = /obj/item/clothing/shoes/boots/fluff/siren + +/datum/gear/shoes/toeless + display_name = "toe-less jackboots" + path = /obj/item/clothing/shoes/boots/jackboots/toeless