1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 02:09:59 +00:00

Orb of Gravity now gives life in shmup (since it does not work)

This commit is contained in:
Zeno Rogue 2019-01-17 01:00:57 +01:00
parent 822034ff1d
commit 6e13da5800

View File

@ -1433,7 +1433,7 @@ bool isShmupLifeOrb(eItem it) {
it == itOrbLife || it == itOrbFriend ||
it == itOrbNature || it == itOrbEmpathy ||
it == itOrbUndeath || it == itOrbLove ||
it == itOrbDomination;
it == itOrbDomination || it == itOrbGravity;
}
void makelava(cell *c, int i) {