mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 07:22:51 +00:00
export in help
This commit is contained in:
parent
1341ab025b
commit
ca40458f44
2
help.cpp
2
help.cpp
@ -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);
|
string s = helptitle(XLATN(linf[l].name), linf[l].color);
|
||||||
|
|
||||||
if(l == laPalace) s += princedesc();
|
if(l == laPalace) s += princedesc();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user