mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
Orb of Safety is now a guest orb in Brownian
This commit is contained in:
parent
4564a0203c
commit
822034ff1d
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user