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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user