1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-06 11:59:03 +00:00

tactic:: removed lasttactic in favor of specialland. No more treasures on Crossroads in equid lands. Fixed warped walls and CR4 in a4.

This commit is contained in:
Zeno Rogue
2018-04-11 17:44:46 +02:00
parent 10f244f785
commit 9d91390677
9 changed files with 25 additions and 26 deletions

View File

@@ -444,7 +444,7 @@ void buildEquidistant(cell *c) {
c->landparam = 50;
return;
} */
if(geometry) return;
if(sphere || euclid) return;
eLand b = c->land;
if(chaosmode && !inmirror(b)) return;
if(!b) {
@@ -1305,7 +1305,7 @@ void moreBigStuff(cell *c) {
if(c->land == laOcean || c->land == laWhirlpool) {
bool fullwhirlpool = false;
if(tactic::on && tactic::lasttactic == laWhirlpool)
if(tactic::on && specialland == laWhirlpool)
fullwhirlpool = true;
if(yendor::on && yendor::clev().l == laWhirlpool)
fullwhirlpool = true;