From bf3589870728fdf429b0fc649392b0d742898f7f Mon Sep 17 00:00:00 2001 From: Firefox13 <57810301+Firefox13@users.noreply.github.com> Date: Sun, 6 Dec 2020 10:50:59 +0300 Subject: [PATCH] e (#365) --- code/modules/clothing/shoes/miscellaneous.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index ff83f7678e6..d48ca50ffdc 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -86,6 +86,7 @@ name = "duty boots" desc = "A pair of steel-toed synthleather boots with a mirror shine." icon_state = "duty" + force = 3 armor = list( melee = ARMOR_MELEE_RESISTANT, energy = ARMOR_ENERGY_MINOR, @@ -269,4 +270,4 @@ obj/item/clothing/shoes/heels/red name = "silver leg wraps" desc = "Ankle coverings for digitigrade creatures. It's silver!" icon_state = "silverwrap" - w_class = ITEM_SIZE_TINY \ No newline at end of file + w_class = ITEM_SIZE_TINY