From c6c8005a1dbe9940828aa3fe8dbd37d40f26d532 Mon Sep 17 00:00:00 2001 From: klaasjared <86997650+GhostActual@users.noreply.github.com> Date: Fri, 23 Jul 2021 17:45:19 -0400 Subject: [PATCH] Small Fix --- code/game/objects/structures/under_wardrobe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/under_wardrobe.dm b/code/game/objects/structures/under_wardrobe.dm index 80be216c83e..5da83511c6e 100644 --- a/code/game/objects/structures/under_wardrobe.dm +++ b/code/game/objects/structures/under_wardrobe.dm @@ -1,7 +1,7 @@ /obj/structure/undies_wardrobe name = "underwear wardrobe" desc = "Holds item of clothing you shouldn't be showing off in the hallways." - icon = 'icons/obj/undies_wardrobe.dmi' + icon = 'icons/obj/closets/undies_wardrobe.dmi' icon_state = "wardrobe" density = TRUE