From 6ba5d3b90e6aa6d7377cc5e9ea9dd4c6492bb60e Mon Sep 17 00:00:00 2001 From: listerla <57296132+listerla@users.noreply.github.com> Date: Fri, 28 Aug 2020 10:52:08 -0400 Subject: [PATCH] Adds toe-less jackboots to xenowear --- .../client/preference_setup/loadout/loadout_xeno.dm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index 5f654643f0..995352e708 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -419,17 +419,15 @@ ..() gear_tweaks = list(gear_tweak_free_color_choice) - -/datum/gear/shoes/toeless +/datum/gear/shoes/toelessjack display_name = "toe-less jackboots" path = /obj/item/clothing/shoes/boots/jackboots/toeless -/datum/gear/shoes/toeless +/datum/gear/shoes/toelessknee display_name = "toe-less jackboots, knee-length" path = /obj/item/clothing/shoes/boots/jackboots/toeless/knee - -/datum/gear/shoes/toeless +/datum/gear/shoes/toelessthigh display_name = "toe-less jackboots, thigh-length" path = /obj/item/clothing/shoes/boots/jackboots/toeless/thigh \ No newline at end of file