Skip to content

Commit

Permalink
icons for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte committed Jun 6, 2024
1 parent 91256ad commit ca43fb8
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit ca43fb8

Please sign in to comment.