mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
Emerald Mine requirements were displayed incorrectly
This commit is contained in:
parent
47c8ebd17b
commit
f9cd83b8a7
2
help.cpp
2
help.cpp
@ -509,7 +509,7 @@ string generateHelpForLand(eLand l) {
|
|||||||
if(l == laHaunted) TREQ2(U10, itBone)
|
if(l == laHaunted) TREQ2(U10, itBone)
|
||||||
if(l == laCamelot) TREQ2(U5, itEmerald)
|
if(l == laCamelot) TREQ2(U5, itEmerald)
|
||||||
if(l == laEmerald) {
|
if(l == laEmerald) {
|
||||||
TREQ2(5, itFernFlower) TREQ2(5, itGold)
|
TREQ2(U5, itFernFlower) TREQ2(U5, itGold)
|
||||||
s += XLAT("Alternatively: kill a %1 in %the2.\n", moVizier, laPalace);
|
s += XLAT("Alternatively: kill a %1 in %the2.\n", moVizier, laPalace);
|
||||||
buteol(s, kills[moVizier], 1);
|
buteol(s, kills[moVizier], 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user