Fixes syndie radios

This commit is contained in:
AffectedArc07
2020-05-16 13:02:49 +01:00
parent 18f1eb4b23
commit 720427f656
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -85,6 +85,13 @@
// Now check if they actually have pieces, if so, broadcast
if(tcm.message_pieces)
// This needs two broadcasts to make it work for syndicate radios. I hate it.
// Someone please make this better
// Although oddly enough, this is how it worked pre-rework
// The only reason regular traitors could intercept is because of the tcomms machine on the nukies shuttle
// Why. FUCKING WHY!!!!!!!!!!
broadcast_message(tcm)
tcm.data = SIGNALTYPE_ANTAG
broadcast_message(tcm)
return TRUE
+2
View File
@@ -138,6 +138,8 @@
if(href_list["toggle_active"])
active = !active
update_icon()
if(linked_core)
linked_core.refresh_zlevels()
// Set network ID
if(href_list["network_id"])