1
0
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:
Zeno Rogue
2018-04-09 17:40:12 +02:00
parent 039e56edfe
commit 830785990c
27 changed files with 150 additions and 150 deletions

View File

@@ -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;