Add space between weapon specials in list
This commit is contained in:
parent
4c259e4a1d
commit
32e1d2ba45
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ std::string attack_type::weapon_specials(bool only_active, bool is_backstab) con
|
|||
|
||||
std::string const &name = sp.cfg["name"].str();
|
||||
if (!name.empty()) {
|
||||
if (!res.empty()) res += ',';
|
||||
if (!res.empty()) res += ", ";
|
||||
res += name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue