1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 17:23:00 +00:00

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."