1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 20:08:06 +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

@@ -1775,7 +1775,6 @@ namespace hive {
// pheromones!
if(c->land == laHive && c->landparam < 90) c->landparam += 5;
if(c2->land == laHive && c2->landparam < 90) c2->landparam += 5;
// if(isHive(c2->land)) c2->land = eLand(laHive0+k);
/* if(c2->item == itRoyalJelly && !isQueen(m)) {
// advance!
c2->monst = eMonster(m+BUGCOLORS);