mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-14 18:22:07 +00:00
fixed Euclidean Zebra
This commit is contained in:
@@ -961,7 +961,8 @@ int fiftyval049(cell *c) {
|
||||
// zebraval
|
||||
|
||||
int zebra40(cell *c) {
|
||||
if(ctof(c)) return (c->master->zebraval/10);
|
||||
if(euclid) return eupattern(c);
|
||||
else if(ctof(c)) return (c->master->zebraval/10);
|
||||
else if(sphere) return 0;
|
||||
else if(euclid) return eupattern(c);
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user