From 1dfae171005f8be9cd3b854e124ddf426c6edffe Mon Sep 17 00:00:00 2001 From: Kiyahitayika <69871346+Kiyahitayika@users.noreply.github.com> Date: Thu, 8 Oct 2020 10:07:41 -0400 Subject: [PATCH] Update armor.dm --- code/modules/clothing/suits/armor.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index ac40cce3665..2eed142b4fa 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -55,9 +55,6 @@ attached_badge = W var/datum/action/A = new /datum/action/item_action/remove_badge(src) A.Grant(user) - sprite_sheets = list( - "Grey" = 'icons/mob/species/grey/suit.dmi' - ) icon_state = "armorsec" user.update_inv_wear_suit() desc = "An armored vest that protects against some damage. This one has [attached_badge] attached to it."