1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-12 09:42:05 +00:00

Texts written/translated for 10.3

This commit is contained in:
Zeno Rogue
2018-01-04 20:05:34 +01:00
parent 495dbba809
commit 6479ddb73d
7 changed files with 351 additions and 35 deletions
+3 -1
View File
@@ -448,7 +448,7 @@ string generateHelpForLand(eLand l) {
if(l == laMirror || l == laMinefield || l == laPalace ||
l == laOcean || l == laLivefjord || l == laZebra || l == laWarpCoast || l == laWarpSea ||
l == laReptile || l == laIvoryTower)
l == laReptile || l == laIvoryTower || l == laSwitch)
TREQ(R30)
if(l == laPower && inv::on)
@@ -481,6 +481,8 @@ string generateHelpForLand(eLand l) {
if(l == laReptile) TREQ2(U10, itElixir)
if(l == laVolcano) TREQ2(U10, itElixir)
if(l == laSwitch) TREQ2(U10, itElixir)
if(l == laEndorian) TREQ2(U10, itIvory)
if(l == laKraken) TREQ2(U10, itFjord)
if(l == laBurial) TREQ2(U10, itKraken)