Closes bold tag in bombing list secret

This commit is contained in:
CitadelStationBot
2017-05-24 16:19:03 -05:00
parent 869953cd18
commit 9033f9f066

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")