1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 12:47:10 +00:00

added Orb of Plague to shmup life orbs

This commit is contained in:
Zeno Rogue
2025-10-10 13:05:28 +02:00
parent a9861cdcd7
commit 63b46fa2bf

View File

@@ -1851,7 +1851,7 @@ EX bool isShmupLifeOrb(eItem it) {
return among(it,
itOrbLife, itOrbFriend, itOrbNature, itOrbEmpathy,
itOrbUndeath, itOrbLove, itOrbDomination, itOrbGravity,
itOrbWoods, itOrbChaos, itOrbImpact
itOrbWoods, itOrbChaos, itOrbImpact, itOrbPlague
);
}