Adds ERT to Check Antagonists

This commit is contained in:
Kyep
2017-02-12 23:55:48 -08:00
parent f55af616a6
commit 3aeb37eedb
2 changed files with 14 additions and 7 deletions
+3
View File
@@ -531,6 +531,9 @@
if(ticker.mode.greyshirts.len)
dat += check_role_table("Greyshirts", ticker.mode.greyshirts)
if(ticker.mode.ert.len)
dat += check_role_table("ERT", ticker.mode.ert)
dat += "</body></html>"
usr << browse(dat, "window=roundstatus;size=400x500")
else