fixes ghost hearing (#14534)

This commit is contained in:
Tom
2022-06-27 00:06:26 +01:00
committed by GitHub
parent 8f3e9f095d
commit 430f5d3661
2 changed files with 5 additions and 9 deletions
+1
View File
@@ -6,6 +6,7 @@ SUBSYSTEM_DEF(mobs)
wait = 2 SECONDS
var/list/currentrun = list()
///only contains living players for some reason
var/static/list/clients_by_zlevel[][]
var/static/list/dead_players_by_zlevel[][] = list(list()) // Needs to support zlevel 1 here, MaxZChanged only happens when z2 is created and new_players can login before that.
var/static/list/cubemonkeys = list()