1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-29 16:57:56 +00:00

generating Orb of Purity

This commit is contained in:
Zeno Rogue
2021-05-22 02:00:19 +02:00
parent ac070a72e9
commit 6aa4eef3f6

View File

@@ -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
};