Merge pull request #6434 from Kyep/check_antags_ert

Adds ERT to Check Antagonists
This commit is contained in:
Crazy Lemon
2017-02-14 13:24:12 -08:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -538,6 +538,9 @@
spider_minds += S.mind
dat += check_role_table("Terror Spiders", spider_minds)
if(ticker.mode.ert.len)
dat += check_role_table("ERT", ticker.mode.ert)
dat += "</body></html>"
usr << browse(dat, "window=roundstatus;size=400x500")
else