mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +00:00
fixed the lack of non-trapdoors in Zebra 435
This commit is contained in:
parent
7f023b2459
commit
e762da439c
@ -201,7 +201,6 @@ EX bool is_zebra_trapdoor(cell *c) {
|
||||
else if(PURE && reg3::exact_rules()) switch(geometry) {
|
||||
case gSpace534: {
|
||||
if(c->master->fieldval == 0) return true;
|
||||
forCellCM(c1, c) if(c1->master->fieldval == 0) return true;
|
||||
return false;
|
||||
}
|
||||
case gSpace435: {
|
||||
|
Loading…
Reference in New Issue
Block a user