mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
CC tcomms QoL (#18827)
* auto-relinking! * makes these work everywhere * makes it clearer this is a UID * works * fix * Update code/game/machinery/tcomms/presets.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
@@ -464,7 +464,9 @@ GLOBAL_LIST_INIT(default_medbay_channels, list(
|
||||
// Simulate two seconds of lag
|
||||
addtimer(CALLBACK(src, .proc/broadcast_callback, tcm), 2 SECONDS)
|
||||
else
|
||||
// Nukeops + Deathsquad headsets are instant and should work the same, whether there is comms or not
|
||||
// Nukeops + Deathsquad headsets are instant and should work the same, whether there is comms or not, on all z levels
|
||||
for(var/z in 1 to world.maxz)
|
||||
tcm.zlevels |= z
|
||||
broadcast_message(tcm)
|
||||
qdel(tcm) // Delete the message datum
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user