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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user