From 0f603f2aff7126c89bdb65bf418eaa7e0ce5bcbe Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Wed, 12 Feb 2020 16:34:16 -0500 Subject: [PATCH] Fixes icon state for the refill Thank you for the catch, Ghommie. --- code/modules/vending/wardrobes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index f81770be47..670d06bd56 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -429,3 +429,4 @@ /obj/item/vending_refill/wardrobe/cap_wardrobe machine_name = "Captain's Wardrobe" + icon_state = "refill_caps"