From fc5d769e67916509ff488452d23fd17a73595e6f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 11 May 2023 13:43:02 -0400 Subject: [PATCH] Makes receive_signal async (#75276) Should have always been this way. Fixes a ton of SHOULD_NOT_SLEEP hits. See #75232 --- code/game/communications.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/communications.dm b/code/game/communications.dm index d8e12a646d3e9..743a6955d718d 100644 --- a/code/game/communications.dm +++ b/code/game/communications.dm @@ -200,6 +200,7 @@ GLOBAL_LIST_INIT(reverseradiochannels, list( devices -= devices_filter /obj/proc/receive_signal(datum/signal/signal) + set waitfor = FALSE return /datum/signal