mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-19 14:54:07 +00:00
all chaos modes can now be used for achievements
This commit is contained in:
parent
acfd182913
commit
04e5a47371
@ -120,7 +120,7 @@ EX bool wrongMode(char flags) {
|
|||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
if(tour::on) return true;
|
if(tour::on) return true;
|
||||||
#endif
|
#endif
|
||||||
if(chaosmode != (flags == rg::chaos)) return true;
|
if((!!chaosmode) != (flags == rg::chaos)) return true;
|
||||||
if((numplayers() > 1) != (flags == rg::multi)) return true;
|
if((numplayers() > 1) != (flags == rg::multi)) return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user