Closes bold tag in bombing list secret

This commit is contained in:
Leo
2017-05-23 11:50:44 -03:00
committed by GitHub
parent a5c2630940
commit 025cd13bf3
+1 -1
View File
@@ -174,7 +174,7 @@
if("list_bombers")
if(!check_rights(R_ADMIN))
return
var/dat = "<B>Bombing List<HR>"
var/dat = "<B>Bombing List</B><HR>"
for(var/l in GLOB.bombers)
dat += text("[l]<BR>")
usr << browse(dat, "window=bombers")