Skip to content

Commit

Permalink
no more punching subspace units
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte committed Jun 7, 2024
1 parent b629386 commit 8ba19dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@

parent = P.buffer
if(istype(src,/obj/machinery/cooling/cooler))
.=TRUE
parent.coolers |= src
to_chat(user, "<font color = #666633>-% Successfully linked [P.buffer] with [src] %-</font color>")
if(istype(src,/obj/machinery/cooling/storage))
.=TRUE
parent.storages |= src
to_chat(user, "<font color = #666633>-% Successfully linked [P.buffer] with [src] %-</font color>")
if(length(parent.storages)+length(parent.coolers) >= 10)
Expand Down

0 comments on commit 8ba19dc

Please sign in to comment.