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
1 changed files with 1 additions and 1 deletions

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) {