1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-28 02:55:15 +00:00

added more orbs to isShmupLife

This commit is contained in:
Zeno Rogue
2025-10-10 13:02:34 +02:00
parent c4a39a4715
commit a9861cdcd7

View File

@@ -1848,11 +1848,11 @@ EX int orbcharges(eItem it) {
} }
EX bool isShmupLifeOrb(eItem it) { EX bool isShmupLifeOrb(eItem it) {
return return among(it,
it == itOrbLife || it == itOrbFriend || itOrbLife, itOrbFriend, itOrbNature, itOrbEmpathy,
it == itOrbNature || it == itOrbEmpathy || itOrbUndeath, itOrbLove, itOrbDomination, itOrbGravity,
it == itOrbUndeath || it == itOrbLove || itOrbWoods, itOrbChaos, itOrbImpact
it == itOrbDomination || it == itOrbGravity; );
} }
EX void makelava(cell *c, int i) { EX void makelava(cell *c, int i) {