fixed the missing word

This commit is contained in:
Zeno Rogue 2018-01-06 22:43:51 +01:00
parent 9e4529c222
commit 6a1b8a8b8d
2 changed files with 2 additions and 2 deletions

View File

@ -1228,7 +1228,7 @@ itemtype iinf[ittypes] = {
{ '*', 0x80FF80, "Monopole", NODESCYET},
{ '!', 0xFF00FF, "Tasty Jelly", "A tasty byproduct of the Jelly Revolution."},
{ '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', 0x202020, "Orb of Slaying",
"This Orb lets you defeat Raiders and other tough single-cell monsters in melee."

View File

@ -6596,7 +6596,7 @@ S("A tasty byproduct of the Jelly Revolution.",
"Pyszny produkt uboczny Galaretowej Rewolucji.")
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 "
"nie zaatakują one w trakcie ruchu.")