no more goonPS

This commit is contained in:
silicons
2021-02-14 03:15:58 -07:00
parent a38e015f2e
commit 30ce07a70a
11 changed files with 28 additions and 384 deletions
@@ -41,8 +41,8 @@
data["crewmembers"] = list()
for(var/z in data["map_levels"]) // VOREStation Edit
data["crewmembers"] += crew_repository.health_data(z)
if(!data["map_levels"].len)
var/list/map_levels = data["map_levels"]
if(!map_levels.len)
to_chat(user, "<span class='warning'>The crew monitor doesn't seem like it'll work here.</span>")
if(ui) // VOREStation Addition
ui.close() // VOREStation Addition