add a newline after each weapon special description
This commit is contained in:
parent
b75de4d67f
commit
eeb53f79fa
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Units cannot be killed by poison alone. The poison will not reduce it below 1 HP
|
|||
str << (*sp_it);
|
||||
str<<"\n";
|
||||
++sp_it;
|
||||
tooltip << (*sp_it);
|
||||
tooltip << (*sp_it) << "\n";
|
||||
}
|
||||
res.add_text(str,tooltip);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue