mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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(tour::on) return true;
|
||||
#endif
|
||||
if(chaosmode != (flags == rg::chaos)) return true;
|
||||
if((!!chaosmode) != (flags == rg::chaos)) return true;
|
||||
if((numplayers() > 1) != (flags == rg::multi)) return true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user