mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-26 12:43:33 +00:00
changed the 'quotient==2' tests to 'geometry == gFieldQuotient'
This commit is contained in:
@@ -2706,7 +2706,7 @@ namespace prairie {
|
||||
c->LHU.fi.rval = max(celldist(c), 15);
|
||||
}
|
||||
else {
|
||||
if(quotient == 2 || !from) {
|
||||
if(geometry == gFieldQuotient || !from) {
|
||||
c->fval = currfp.distflower0;
|
||||
}
|
||||
else if(from && from->land == laPrairie && from->fval)
|
||||
|
||||
Reference in New Issue
Block a user