Skip to content

Commit

Permalink
Update subspacecooling.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte committed Sep 10, 2024
1 parent e815574 commit 490e929
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@
. = ..()
if(on)
. += "The power is on"

if(!on)
. += "The power is off"

if(parent)
. += "The thermal subspace transcever is linked"
else
. += "it's completely inactive"
. += "The thermal transcever is linked"

if(!parent)
. += "The thermal transcever is waiting for pairing"


/obj/machinery/cooling/update_icon()
Expand Down

0 comments on commit 490e929

Please sign in to comment.