From cf4ef9a59f62e7d9da60b85a78556aa6c317fcb9 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 25 May 2018 12:05:56 -0400 Subject: [PATCH] Merge pull request #38055 from AutomaticFrenzy/patch/ssping-lobby Enable Goonchat ping during the lobby --- code/controllers/subsystem/ping.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/ping.dm b/code/controllers/subsystem/ping.dm index 2cf88bc7ad..c5c9bb3933 100644 --- a/code/controllers/subsystem/ping.dm +++ b/code/controllers/subsystem/ping.dm @@ -3,6 +3,7 @@ SUBSYSTEM_DEF(ping) priority = FIRE_PRIORITY_PING wait = 3 SECONDS flags = SS_NO_INIT + runlevels = RUNLEVEL_LOBBY | RUNLEVEL_SETUP | RUNLEVEL_GAME | RUNLEVEL_POSTGAME var/list/currentrun = list()