export in help

This commit is contained in:
Zeno Rogue 2019-11-30 15:05:50 +01:00
parent 1341ab025b
commit ca40458f44
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ void add_reqs(eLand l, string& s) {
}
string generateHelpForLand(eLand l) {
EX string generateHelpForLand(eLand l) {
string s = helptitle(XLATN(linf[l].name), linf[l].color);
if(l == laPalace) s += princedesc();