mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 22:55:12 +00:00
added Orb of Plague to shmup life orbs
This commit is contained in:
2
orbs.cpp
2
orbs.cpp
@@ -1851,7 +1851,7 @@ EX bool isShmupLifeOrb(eItem it) {
|
|||||||
return among(it,
|
return among(it,
|
||||||
itOrbLife, itOrbFriend, itOrbNature, itOrbEmpathy,
|
itOrbLife, itOrbFriend, itOrbNature, itOrbEmpathy,
|
||||||
itOrbUndeath, itOrbLove, itOrbDomination, itOrbGravity,
|
itOrbUndeath, itOrbLove, itOrbDomination, itOrbGravity,
|
||||||
itOrbWoods, itOrbChaos, itOrbImpact
|
itOrbWoods, itOrbChaos, itOrbImpact, itOrbPlague
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user