mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
fixed Prairie in field quotient
This commit is contained in:
@@ -3094,7 +3094,7 @@ EX namespace prairie {
|
||||
if(ls::any_chaos()) {
|
||||
c->LHU.fi.rval = 0;
|
||||
}
|
||||
else if(quotient) { // fix cylinder
|
||||
else if(quotient && geometry != gFieldQuotient) { // fix cylinder
|
||||
c->LHU.fi.rval = 0;
|
||||
}
|
||||
else if(euclid) {
|
||||
|
Reference in New Issue
Block a user