Post dreamchecker fixes (#8287)

Fixes lack of chat tags, and runtime on player panel preventing it from displaying stuff.

Don't really understand the problem with Cut() on the player panel data["players"], it should leave an empty list behind right..? Anyway. Let's see if this passes dreamchecker.
This commit is contained in:
mikomyazaki
2020-02-16 20:22:14 +00:00
committed by GitHub
parent 6074224d00
commit 9ddca0bc3c
3 changed files with 44 additions and 2 deletions
+1
View File
@@ -62,6 +62,7 @@ var/datum/vueui_module/player_panel/global_player_panel
data["players"] = players.Cut()
for(var/mob/M in mobs)
var/ref = "\ref[M]"
LAZYINITLIST(data["players"][ref])
if(!M.ckey)
data["players"][ref] = FALSE
continue