1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

fixed the zebra3 pattern on gp

This commit is contained in:
Zeno Rogue 2018-05-01 19:35:25 +02:00
parent 1346583a7c
commit 96cd518710

View File

@ -301,7 +301,6 @@ int zebra40(cell *c) {
int zebra3(cell *c) {
if(c->type != 6) return (c->master->zebraval/10)/4;
else if(sphere || S7>7 || S6>6) return 0;
else if(gp::on) return zebra40(c->master->c7);
else {
int ii[3];
auto ar = gp::get_masters(c);