1
0
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:
Zeno Rogue 2024-03-21 19:17:12 +01:00
parent 7f023b2459
commit e762da439c

View File

@ -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: {