diff --git a/classes.cpp b/classes.cpp index 8c0ac580..cc78204d 100644 --- a/classes.cpp +++ b/classes.cpp @@ -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." diff --git a/language-pl.cpp b/language-pl.cpp index f09161a6..07dd6041 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -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.")