mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 18:57:56 +00:00
fixed the lack of non-trapdoors in Zebra 435
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user