1
0
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:
Zeno Rogue
2018-06-25 23:14:46 +02:00
parent 495d87ff91
commit 030377583c
5 changed files with 7 additions and 6 deletions

View File

@@ -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)