1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 15:26:00 +00:00

removed the obsolete function isHive

This commit is contained in:
Zeno Rogue
2019-03-23 16:46:41 +01:00
parent 5f82699052
commit db5e89feae
4 changed files with 1 additions and 12 deletions

View File

@@ -244,10 +244,6 @@ bool isArmedEnemy(cell *w, eMonster forwho) {
return w->monst != moCrystalSage && w->monst != moCrusher && isActiveEnemy(w, forwho);
}
bool isHive(eLand l) {
return l == laHive;
}
bool eternalFire(cell *c) {
return c->land == laDryForest || (c->land == laPower && !smallbounded) || c->land == laMinefield ||
c->land == laEFire || c->land == laElementalWall;