mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Fixes syndie radios
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user