mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
generating Orb of Purity
This commit is contained in:
parent
ac070a72e9
commit
6aa4eef3f6
@ -165,6 +165,7 @@ EX vector<orbinfo> orbinfos = {
|
||||
{orbgenflags::S_GUEST, laWet, 1200, 0, itOrbFish},
|
||||
{orbgenflags::S_GUEST, laWet, 1200, 0, itOrbAether},
|
||||
{orbgenflags::S_GUEST, laWet, 1200, 0, itOrbFrog},
|
||||
{orbgenflags::S_NATIVE, laCursed, 400, 1500, itOrbPurity},
|
||||
{orbgenflags::S_NATIVE, laWhirlpool, 0, 2000, itOrbWater}, // needs to be last
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user