From 1fe3a2187ddb78721cab4aa42ab816f9f0b4ed07 Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Sun, 17 Sep 2023 16:02:28 -0400 Subject: [PATCH] fix icon state for depot reactor (#22449) --- code/game/objects/structures/depot_structures.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/depot_structures.dm b/code/game/objects/structures/depot_structures.dm index 7db5610b86e..42ace74d7f0 100644 --- a/code/game/objects/structures/depot_structures.dm +++ b/code/game/objects/structures/depot_structures.dm @@ -2,7 +2,7 @@ /obj/structure/fusionreactor name = "syndicate fusion reactor" desc = "Significantly less cool than a supermatter crystal, but just as likely to fuck up." - icon = 'icons/obj/device.dmi' + icon = 'icons/goonstation/objects/powersink.dmi' icon_state = "powersink1" anchored = TRUE max_integrity = 50