From 6e13da58008fe57474c710c7f446ec9f3bbf543b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 17 Jan 2019 01:00:57 +0100 Subject: [PATCH] Orb of Gravity now gives life in shmup (since it does not work) --- orbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbs.cpp b/orbs.cpp index 58b6469b..671583f8 100644 --- a/orbs.cpp +++ b/orbs.cpp @@ -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) {