From 2531a8ce89a8e2f08353ccfb9fb359a1d2623487 Mon Sep 17 00:00:00 2001 From: LightFire53 Date: Mon, 6 Sep 2021 16:46:07 -0700 Subject: [PATCH] Black magicks Told by S34N that this will fix an issue with solar control consoles being bugged visually --- code/modules/power/solar.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/power/solar.dm b/code/modules/power/solar.dm index 6c3ac951b12..172836f6cdd 100644 --- a/code/modules/power/solar.dm +++ b/code/modules/power/solar.dm @@ -352,8 +352,6 @@ overlays += "[icon_state]_broken" else overlays += icon_screen - if(cdir > -1) - overlays += image('icons/obj/computer.dmi', "solcon-o", FLY_LAYER, angle2dir(cdir)) /obj/machinery/power/solar_control/attack_ai(mob/user as mob) add_hiddenprint(user)