1
0
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:
Zeno Rogue 2017-08-18 01:18:21 +02:00
parent 47c8ebd17b
commit f9cd83b8a7

View File

@ -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);
} }