mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
Orb of Plague was too frequent
This commit is contained in:
parent
ced8e540d1
commit
39703c1c15
@ -161,7 +161,7 @@ EX vector<orbinfo> orbinfos = {
|
||||
{orbgenflags::S_NATIVE, laEclectic, 1000, 1000, itOrbChaos},
|
||||
{orbgenflags::S_GUEST, laEclectic, 4000, 0, itOrbWinter},
|
||||
{orbgenflags::S_GUEST, laEclectic, 2000, 0, itOrbLightning},
|
||||
{orbgenflags::S_NATIVE, laWet, 1000, 1000, itOrbPlague},
|
||||
{orbgenflags::S_NATIVE, laWet, 1000, 2500, itOrbPlague},
|
||||
{orbgenflags::S_GUEST, laWet, 4000, 0, itOrbFish},
|
||||
{orbgenflags::S_NATIVE, laWhirlpool, 0, 2000, itOrbWater}, // needs to be last
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user