From 5e5c5d52b8b5ad1fd64e02f1e8771da4791c7b43 Mon Sep 17 00:00:00 2001 From: Sealed101 <75863639+Sealed101@users.noreply.github.com> Date: Wed, 12 Oct 2022 03:21:50 +0300 Subject: [PATCH] Fixes showcase microwave's missing sprite (#70392) #70203 changed the microwave's dmi path but did not replace the showcase variant's icon with the new dmi. --- code/game/objects/structures/showcase.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/showcase.dm b/code/game/objects/structures/showcase.dm index 23a67a08c83..877c4e9487a 100644 --- a/code/game/objects/structures/showcase.dm +++ b/code/game/objects/structures/showcase.dm @@ -77,8 +77,8 @@ /obj/structure/showcase/machinery/microwave name = "\improper Nanotrasen-brand microwave" desc = "The famous Nanotrasen-brand microwave, the multi-purpose cooking appliance every station needs! This one appears to be drawn onto a cardboard box." - icon = 'icons/obj/kitchen.dmi' - icon_state = "mw" + icon = 'icons/obj/machines/microwave.dmi' + icon_state = "map_icon" /obj/structure/showcase/machinery/cloning_pod name = "cloning pod exhibit"