1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Orb of Safety is now a guest orb in Brownian

This commit is contained in:
Zeno Rogue 2019-01-17 01:00:14 +01:00
parent 4564a0203c
commit 822034ff1d

View File

@ -126,6 +126,7 @@ const vector<orbinfo> orbinfos = {
{orbgenflags::S_NATIVE, laBrownian, 900, 4200, itOrbChoice},
{orbgenflags::S_GUEST, laBrownian, 1000, 0, itOrbAir},
{orbgenflags::S_GUEST, laBrownian, 1000, 0, itOrbDash},
{orbgenflags::S_GUEST, laBrownian, 1000, 0, itOrbSafety},
{orbgenflags::S_NATIVE, laWhirlpool, 0, 2000, itOrbWater}, // needs to be last
};