Skip to content

Commit

Permalink
Actual Pulsar Relay Fix (#8214)
Browse files Browse the repository at this point in the history
* Actual Fix

Actual fix, forces telecoms machines to link back, creating a two way connection.

* Firefox is mean

and made me remove flavor text. Boo
  • Loading branch information
Mycah142 committed Jun 23, 2023
1 parent a6c61a4 commit e903191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/machinery/telecomms/presets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

/obj/machinery/telecomms/relay/preset/pulsar
id = "Pulsar Relay"
use_power = NO_POWER_USE //TODO: Wire and power Pulsar sat with generator
idle_power_usage = 0
produces_heat = 0
autolinkers = list("p_relay")

Expand Down
1 change: 1 addition & 0 deletions code/game/machinery/telecomms/telecomunications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ var/global/list/obj/machinery/telecomms/telecomms_list = list()
if(T.autolinkers.Find(x))
if(src != T)
links |= T
T.links |= src

/obj/machinery/telecomms/update_icon()
if(on)
Expand Down

0 comments on commit e903191

Please sign in to comment.