mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 12:47:10 +00:00
export in help
This commit is contained in:
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user