1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-12 05:07:39 +00:00

improved the great walls in pure octagonal

This commit is contained in:
Zeno Rogue
2018-04-03 23:25:43 +02:00
parent 6399ef8180
commit f2c5bbcea3
3 changed files with 393 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ bool wrongMode(char flags) {
if(cheater) return true;
if(flags == 'x') return false;
if(nonbitrunc != (flags == '7')) return true;
if(whirl::whirl) return true;
switch(flags) {
case 'e':
@@ -621,6 +622,7 @@ void achievement_final(bool really_final) {
if(shmup::on) specials++;
if(chaosmode) specials++;
if(nonbitrunc) specials++;
if(whirl::whirl) specials++;
if(inv::on) specials++;
if(specials > 1) return;