1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-12 12:39:43 +00:00

irr:: Orb of the Sword and Kraken.

This commit is contained in:
Zeno Rogue
2018-07-16 21:41:59 +02:00
parent 58d8742cf9
commit 4d61f2169e
7 changed files with 24 additions and 17 deletions

View File

@@ -1151,6 +1151,8 @@ bool pseudohept(cell *c) {
bool kraken_pseudohept(cell *c) {
if(!euclid && S3 == 4 && gp::on && (gp::param.first % 2 || gp::param.second % 2 || S7 % 2))
return ishept(c);
else if(irr::on)
return c->type != 6;
else if(!euclid && S3 == 3 && !(S7&1) && gp_threecolor() == 1)
return ishept(c);
else