1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +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

@@ -322,7 +322,7 @@ S("Enemies killed: %1", "Öldürülen Düşmanlar: %1")
S("Orbs of Yendor found: %1", "Bulunan Yendor Küresi sayısı: %1")
S("Collect %1 $$$ to access more worlds", "%1 $$$ toplayarak başka dünyalara eriş")
// S("Collect %1 $$$ to access R'Lyeh and Dry Forest", "60 $$$ toplayarak R'Lyeh ve Kara Ormana eriş.")
S("Collect at least %1 treasures in each of 9 types to access Hell", "9 hazine çeşidinin hepsinden %1'ar tane toplayarak Cehenneme erişebilirsin.")
S("Collect at least %1 treasures in each of 9 types to access Hell", "%2 hazine çeşidinin hepsinden %1'ar tane toplayarak Cehenneme erişebilirsin.")
S("Collect at least %1 Demon Daisies to find the Orbs of Yendor", "%1 Şeytan Papatyası toplayarak Yendorun Kürelerini bulabilirsin.")
S("Hyperstone Quest: collect at least %3 %1 in %the2", "Aşkıntaş Görevi: %2'de en az %3 hazine topla.")
S("Hyperstone Quest completed!", "Aşkıntaş görevi tamamlandı.")
@@ -2401,7 +2401,7 @@ S("Variants of %the1 are available in the Random Pattern Mode after "
S(" kills: %1", " leşler: %1")
S(" $$$: %1", " $$$: %1")
S(" Hyperstone: %1/%2", " Aşkıntaş: %1/%2")
S(" Hell: %1/9", " Cehennem: %1/9")
S(" Hell: %1/%2", " Cehennem: %1/%2")
// improved editor
// ---------------