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