From be74be4c95880ec45f3a73621e501248314df546 Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Sat, 28 Jun 2014 14:11:58 +0300 Subject: [PATCH] Fixes the jackboots --- code/modules/customitems/item_defines.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 4a702a24292..c3199e58217 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1065,10 +1065,11 @@ /obj/item/clothing/shoes/jackboots/fluff/kecer_eldraran name = "Toe-less Jackboots" - desc = "Modified pair of jackboots, particularly friendly to those species, whose toes hold claws." + desc = "Modified pair of jackboots, particularly friendly to those species whose toes hold claws." icon = 'icons/obj/custom_items.dmi' item_state = "digiboots" icon_state = "digiboots" + species_restricted = null //////////// Sets ////////////