From ca43fb8179b455f22b19839be8fcfb1dcfae8040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=9B=88=E1=9B=9F=E1=9A=B2=E1=9A=B2=E1=9B=96=E1=9B=8F?= =?UTF-8?q?=E1=9B=8B?= <55299415+Pockets-byte@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:32:39 -0600 Subject: [PATCH] icons for testing --- .../ship_weapons/energy_weapons/subspacecooling.dm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nsv13/code/modules/munitions/ship_weapons/energy_weapons/subspacecooling.dm b/nsv13/code/modules/munitions/ship_weapons/energy_weapons/subspacecooling.dm index 4c9f460561d..3048ee84d1b 100644 --- a/nsv13/code/modules/munitions/ship_weapons/energy_weapons/subspacecooling.dm +++ b/nsv13/code/modules/munitions/ship_weapons/energy_weapons/subspacecooling.dm @@ -52,12 +52,15 @@ /obj/machinery/cooling/update_icon() cut_overlays() -/* + if(panel_open) - icon_state = "plasma_condenser_screw" -*/ - if(on & parent) + icon_state = "smes-o" + + else if(on & parent) add_overlay("smes-op1") + + else if(on) + add_overlay("smes-oc1") else add_overlay("smes-op0")