mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
/obj/machinery/telecomms/relay/preset/houseboat
|
|
id = "Nearby Ship Relay"
|
|
hide = 1
|
|
produces_heat = 0
|
|
autolinkers = list("hb_relay")
|
|
|
|
/obj/machinery/telecomms/relay/onTransitZ(oldz, newz)
|
|
. = ..()
|
|
listening_level = newz
|