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:
10
orbs.cpp
10
orbs.cpp
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user