From f636224277c15d00192a7c4dae4b11bdcd203ab4 Mon Sep 17 00:00:00 2001 From: Aroliacue <96730930+Aroliacue@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:59:41 +1000 Subject: [PATCH] Nukes mechshoe icons (#7654) --- modular_chomp/code/modules/clothing/shoes/miscellaneous.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/modular_chomp/code/modules/clothing/shoes/miscellaneous.dm b/modular_chomp/code/modules/clothing/shoes/miscellaneous.dm index 42759a47a4..44f5ae8e4b 100644 --- a/modular_chomp/code/modules/clothing/shoes/miscellaneous.dm +++ b/modular_chomp/code/modules/clothing/shoes/miscellaneous.dm @@ -1,7 +1,6 @@ /obj/item/clothing/shoes/mech_shoes name = "mech shoes" desc = "Thud thud." - icon_state = "jackboots" armor = list(melee = 30, bullet = 10, laser = 10, energy = 15, bomb = 20, bio = 0, rad = 0) // Same as loadout jackboots. siemens_coefficient = 0.7 // Same as loadout jackboots. can_hold_knife = 1