mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
Orb of Gravity now gives life in shmup (since it does not work)
This commit is contained in:
2
orbs.cpp
2
orbs.cpp
@@ -1433,7 +1433,7 @@ bool isShmupLifeOrb(eItem it) {
|
|||||||
it == itOrbLife || it == itOrbFriend ||
|
it == itOrbLife || it == itOrbFriend ||
|
||||||
it == itOrbNature || it == itOrbEmpathy ||
|
it == itOrbNature || it == itOrbEmpathy ||
|
||||||
it == itOrbUndeath || it == itOrbLove ||
|
it == itOrbUndeath || it == itOrbLove ||
|
||||||
it == itOrbDomination;
|
it == itOrbDomination || it == itOrbGravity;
|
||||||
}
|
}
|
||||||
|
|
||||||
void makelava(cell *c, int i) {
|
void makelava(cell *c, int i) {
|
||||||
|
Reference in New Issue
Block a user