mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Fixes Intercomms and Station Bounce Radios (#13497)
This commit is contained in:
@@ -440,10 +440,11 @@ GLOBAL_LIST_INIT(default_medbay_channels, list(
|
||||
if(!instant)
|
||||
// Simulate two seconds of lag
|
||||
addtimer(CALLBACK(GLOBAL_PROC, .proc/broadcast_message, tcm), 20)
|
||||
QDEL_IN(tcm, 20)
|
||||
else
|
||||
// Nukeops + Deathsquad headsets are instant and should work the same, whether there is comms or not
|
||||
broadcast_message(tcm)
|
||||
qdel(tcm) // Delete the message datum
|
||||
qdel(tcm) // Delete the message datum
|
||||
return TRUE
|
||||
|
||||
// If we didnt get here, oh fuck
|
||||
|
||||
Reference in New Issue
Block a user