mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 06:50:27 +00:00
Merge pull request #168 from jruderman/free_fall_typo
Fix typo in Free Fall description
This commit is contained in:
commit
f502f6662e
@ -1523,7 +1523,7 @@ LAND( 0x804000, "Brown Island", laBrownian, ZERO | LF_PURESEA, itBrownian, RESER
|
|||||||
REQAS(laOcean,)
|
REQAS(laOcean,)
|
||||||
|
|
||||||
LAND( 0x211F6F, "Free Fall", laWestWall, ZERO | LF_GRAVITY | LF_EQUI, itWest, RESERVED,
|
LAND( 0x211F6F, "Free Fall", laWestWall, ZERO | LF_GRAVITY | LF_EQUI, itWest, RESERVED,
|
||||||
"What on one side looks to be a normal (well, infinite) horizontal wall, on to the other side turns out to be the vertical wall"
|
"What on one side looks to be a normal (well, infinite) horizontal wall, on the other side turns out to be the vertical wall"
|
||||||
" of an infinitely high tower. Jump from the window, and let the magical gravity carry you..."
|
" of an infinitely high tower. Jump from the window, and let the magical gravity carry you..."
|
||||||
)
|
)
|
||||||
NATIVE(among(m, moWestHawk, moFallingDog) ? 2 : 0)
|
NATIVE(among(m, moWestHawk, moFallingDog) ? 2 : 0)
|
||||||
|
@ -7692,7 +7692,7 @@ S("Did you know that it is possible to break a magical sphere into finitely many
|
|||||||
|
|
||||||
N("Free Fall", GEN_O, "Volný pád", "Volné pády", "Volný pád", "ve Volném pádu")
|
N("Free Fall", GEN_O, "Volný pád", "Volné pády", "Volný pád", "ve Volném pádu")
|
||||||
|
|
||||||
S("What on one side looks to be a normal (well, infinite) horizontal wall, on to the other side turns out to be the vertical wall"
|
S("What on one side looks to be a normal (well, infinite) horizontal wall, on the other side turns out to be the vertical wall"
|
||||||
" of an infinitely high tower. Jump from the window, and let the magical gravity carry you...",
|
" of an infinitely high tower. Jump from the window, and let the magical gravity carry you...",
|
||||||
|
|
||||||
"To, co na jedné straně vypadá jako normální (no, nekonečná) vodorovná "
|
"To, co na jedné straně vypadá jako normální (no, nekonečná) vodorovná "
|
||||||
|
@ -7434,7 +7434,7 @@ S("Did you know that it is possible to break a magical sphere into finitely many
|
|||||||
|
|
||||||
N("Free Fall", GEN_O, "Swobodny Spadek", "Swobodne Spadki", "Swobodny Spadek", "w Swobodnym Spadku")
|
N("Free Fall", GEN_O, "Swobodny Spadek", "Swobodne Spadki", "Swobodny Spadek", "w Swobodnym Spadku")
|
||||||
|
|
||||||
S("What on one side looks to be a normal (well, infinite) horizontal wall, on to the other side turns out to be the vertical wall"
|
S("What on one side looks to be a normal (well, infinite) horizontal wall, on the other side turns out to be the vertical wall"
|
||||||
" of an infinitely high tower. Jump from the window, and let the magical gravity carry you...",
|
" of an infinitely high tower. Jump from the window, and let the magical gravity carry you...",
|
||||||
|
|
||||||
"Co wygląda z jednej strony na zwykłą (nieskończoną) poziomą ścianę, z drugiej strony okazuje się być pionową ścianą nieskończenie "
|
"Co wygląda z jednej strony na zwykłą (nieskończoną) poziomą ścianę, z drugiej strony okazuje się być pionową ścianą nieskończenie "
|
||||||
|
Loading…
Reference in New Issue
Block a user