1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-16 13:48:04 +00:00

Orb of Magnetism. Orb of Phasing. Also fixed Aether in Whirlpool.

This commit is contained in:
Zeno Rogue
2017-12-30 23:47:10 +01:00
parent 3d4e7f501a
commit 9d1fe00d8f
9 changed files with 108 additions and 14 deletions

View File

@@ -1211,6 +1211,9 @@ itemtype iinf[ittypes] = {
{ '*', 0x80FF80, "Invix Treasure", NODESCYET},
{ '*', 0x80FF80, "Monopole", NODESCYET},
{ '*', 0xFFFF80, "Junk", NODESCYET},
{ 'o', 0x80FF80, "Orb of Phasing", NODESCYET},
{ 'o', 0xFFFF80, "Orb of Magnetism", NODESCYET},
{ 'o', 0xFFFF80, "Orb of Destruction", NODESCYET},
};
// --- wall types ---