mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-02 05:11:22 +00:00
renamed whirl to goldberg
This commit is contained in:
@@ -85,7 +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;
|
||||
if(gp::on) return true;
|
||||
|
||||
switch(flags) {
|
||||
case 'e':
|
||||
@@ -622,7 +622,7 @@ void achievement_final(bool really_final) {
|
||||
if(shmup::on) specials++;
|
||||
if(chaosmode) specials++;
|
||||
if(nonbitrunc) specials++;
|
||||
if(whirl::whirl) specials++;
|
||||
if(gp::on) specials++;
|
||||
if(inv::on) specials++;
|
||||
if(specials > 1) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user