mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
fixed the missing word
This commit is contained in:
parent
9e4529c222
commit
6a1b8a8b8d
@ -1228,7 +1228,7 @@ itemtype iinf[ittypes] = {
|
|||||||
{ '*', 0x80FF80, "Monopole", NODESCYET},
|
{ '*', 0x80FF80, "Monopole", NODESCYET},
|
||||||
{ '!', 0xFF00FF, "Tasty Jelly", "A tasty byproduct of the Jelly Revolution."},
|
{ '!', 0xFF00FF, "Tasty Jelly", "A tasty byproduct of the Jelly Revolution."},
|
||||||
{ 'o', 0x80FF80, "Orb of Phasing",
|
{ 'o', 0x80FF80, "Orb of Phasing",
|
||||||
"This orb lets you pass through walls (one cell wide), and also through as long as they will not attack you in transit."},
|
"This orb lets you pass through walls (one cell wide), and also through monsters, as long as they will not attack you in transit."},
|
||||||
{ 'o', 0xFFFF80, "Orb of Magnetism", NODESCYET},
|
{ 'o', 0xFFFF80, "Orb of Magnetism", NODESCYET},
|
||||||
{ 'o', 0x202020, "Orb of Slaying",
|
{ 'o', 0x202020, "Orb of Slaying",
|
||||||
"This Orb lets you defeat Raiders and other tough single-cell monsters in melee."
|
"This Orb lets you defeat Raiders and other tough single-cell monsters in melee."
|
||||||
|
@ -6596,7 +6596,7 @@ S("A tasty byproduct of the Jelly Revolution.",
|
|||||||
"Pyszny produkt uboczny Galaretowej Rewolucji.")
|
"Pyszny produkt uboczny Galaretowej Rewolucji.")
|
||||||
|
|
||||||
Orb("Phasing", "Fazy")
|
Orb("Phasing", "Fazy")
|
||||||
S("This orb lets you pass through walls (one cell wide), and also through as long as they will not attack you in transit.",
|
S("This orb lets you pass through walls (one cell wide), and also through monsters, as long as they will not attack you in transit.",
|
||||||
"Ta Sfera pozwala Ci przechodzić przez ściany (o szerokości jednego pola), a także przez potwory, o ile "
|
"Ta Sfera pozwala Ci przechodzić przez ściany (o szerokości jednego pola), a także przez potwory, o ile "
|
||||||
"nie zaatakują one w trakcie ruchu.")
|
"nie zaatakują one w trakcie ruchu.")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user