add a newline after each weapon special description

This commit is contained in:
Gunter Labes 2008-11-22 18:29:54 +00:00
parent b75de4d67f
commit eeb53f79fa

View file

@ -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);
}