1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-04 17:57:03 +00:00

export in help

This commit is contained in:
Zeno Rogue 2019-11-30 15:05:50 +01:00
parent 1341ab025b
commit ca40458f44

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();