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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user