1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 19:47:54 +00:00

Increased lands_for_hell() to 40 in casual

This commit is contained in:
Zeno Rogue
2021-05-31 11:24:00 +02:00
parent 31c228d114
commit 41235b4afa
9 changed files with 16 additions and 12 deletions

View File

@@ -390,7 +390,7 @@ EX void showMission() {
else if(gold() < R60)
dialog::addInfo(XLAT("Collect %1 $$$ to access even more lands", its(R60)));
else if(!landUnlocked(laHell))
dialog::addInfo(XLAT("Collect at least %1 treasures in each of 9 types to access Hell", its(R10)));
dialog::addInfo(XLAT("Collect at least %1 treasures in each of %2 types to access Hell", its(R10), its(lands_for_hell())));
else if(items[itHell] < R10)
dialog::addInfo(XLAT("Collect at least %1 Demon Daisies to find the Orbs of Yendor", its(R10)));
else if(isize(yendor::yi) == 0)