mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
Fix typo in Windy Plains description
This commit is contained in:
parent
84ea2919aa
commit
fa0271038f
@ -217,7 +217,7 @@ const char *winddesc =
|
|||||||
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
||||||
"do not count for this.\n\n"
|
"do not count for this.\n\n"
|
||||||
"It is illegal to move in a direction which is closer to incoming wind than to "
|
"It is illegal to move in a direction which is closer to incoming wind than to "
|
||||||
"outcoming wind. However, you can move two cells with the wind in a single turn, "
|
"outgoing wind. However, you can move two cells with the wind in a single turn, "
|
||||||
"and so can the birds.";
|
"and so can the birds.";
|
||||||
|
|
||||||
const char *warningdesc =
|
const char *warningdesc =
|
||||||
|
@ -3277,7 +3277,7 @@ S(
|
|||||||
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
||||||
"do not count for this.\n\n"
|
"do not count for this.\n\n"
|
||||||
"It is illegal to move in a direction which is closer to incoming wind than to "
|
"It is illegal to move in a direction which is closer to incoming wind than to "
|
||||||
"outcoming wind. However, you can move two cells with the wind in a single turn, "
|
"outgoing wind. However, you can move two cells with the wind in a single turn, "
|
||||||
"and so can the birds.",
|
"and so can the birds.",
|
||||||
|
|
||||||
"Někdo umístil na tuto pláň větráky, díky kterým tu všude vanou silné větry. "
|
"Někdo umístil na tuto pláň větráky, díky kterým tu všude vanou silné větry. "
|
||||||
|
@ -3070,7 +3070,7 @@ S("Someone has put air fans in these plains, causing strong winds everywhere. "
|
|||||||
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
||||||
"do not count for this.\n\n"
|
"do not count for this.\n\n"
|
||||||
"It is illegal to move in a direction which is closer to incoming wind than to "
|
"It is illegal to move in a direction which is closer to incoming wind than to "
|
||||||
"outcoming wind. However, you can move two cells with the wind in a single turn, "
|
"outgoing wind. However, you can move two cells with the wind in a single turn, "
|
||||||
"and so can the birds.",
|
"and so can the birds.",
|
||||||
|
|
||||||
"Jemand hat Ventilatoren in diese Ebenen gebracht, die überall starke Winde hervorrufen. "
|
"Jemand hat Ventilatoren in diese Ebenen gebracht, die überall starke Winde hervorrufen. "
|
||||||
|
@ -3211,7 +3211,7 @@ S(
|
|||||||
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
||||||
"do not count for this.\n\n"
|
"do not count for this.\n\n"
|
||||||
"It is illegal to move in a direction which is closer to incoming wind than to "
|
"It is illegal to move in a direction which is closer to incoming wind than to "
|
||||||
"outcoming wind. However, you can move two cells with the wind in a single turn, "
|
"outgoing wind. However, you can move two cells with the wind in a single turn, "
|
||||||
"and so can the birds.",
|
"and so can the birds.",
|
||||||
|
|
||||||
"Ktoś porozstawiał wentylatory na tych równinach, powodując wszędzie silne wiatry. "
|
"Ktoś porozstawiał wentylatory na tych równinach, powodując wszędzie silne wiatry. "
|
||||||
|
@ -3302,7 +3302,7 @@ S(
|
|||||||
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
||||||
"do not count for this.\n\n"
|
"do not count for this.\n\n"
|
||||||
"It is illegal to move in a direction which is closer to incoming wind than to "
|
"It is illegal to move in a direction which is closer to incoming wind than to "
|
||||||
"outcoming wind. However, you can move two cells with the wind in a single turn, "
|
"outgoing wind. However, you can move two cells with the wind in a single turn, "
|
||||||
"and so can the birds.",
|
"and so can the birds.",
|
||||||
|
|
||||||
"Ktoś porozstawiał wentylatory na tych równinach, powodując wszędzie silne wiatry. "
|
"Ktoś porozstawiał wentylatory na tych równinach, powodując wszędzie silne wiatry. "
|
||||||
|
@ -3266,7 +3266,7 @@ S(
|
|||||||
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
"Cells which are blocked by walls, or at distance at most 2 from an Air Elemental, "
|
||||||
"do not count for this.\n\n"
|
"do not count for this.\n\n"
|
||||||
"It is illegal to move in a direction which is closer to incoming wind than to "
|
"It is illegal to move in a direction which is closer to incoming wind than to "
|
||||||
"outcoming wind. However, you can move two cells with the wind in a single turn, "
|
"outgoing wind. However, you can move two cells with the wind in a single turn, "
|
||||||
"and so can the birds.",
|
"and so can the birds.",
|
||||||
|
|
||||||
"Кто-то расставил вентиляторы на этой равнине и вызвал сильные ветры. "
|
"Кто-то расставил вентиляторы на этой равнине и вызвал сильные ветры. "
|
||||||
|
Loading…
Reference in New Issue
Block a user