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