only show weapon specials if they have a name
This commit is contained in:
parent
1d5efb0650
commit
d02bea2388
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ class HTMLOutput:
|
|||
if sname:
|
||||
s.append(sname)
|
||||
s = ", ".join(s)
|
||||
write(" (%s)" % s)
|
||||
if s: write(" (%s)" % s)
|
||||
write("<br />")
|
||||
write("</div>")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue