mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
fixed the help display when chaos mode locked
This commit is contained in:
parent
53e9cb3ca5
commit
91d203f556
@ -460,7 +460,7 @@ void showChangeMode() {
|
||||
dialog::addBoolItem(XLAT("%1 Challenge", moPrincess), (princess::challenge), 'P');
|
||||
dialog::addBoolItem(XLAT("random pattern mode"), (randomPatternsMode), 'r');
|
||||
#if CAP_DAILY
|
||||
dialog::addBoolItem(XLAT("Strange Challenge"), (randomPatternsMode), 'z');
|
||||
dialog::addBoolItem(XLAT("Strange Challenge"), daily::on, 'z');
|
||||
#endif
|
||||
|
||||
dialog::addBreak(50);
|
||||
@ -533,7 +533,7 @@ void showChangeMode() {
|
||||
#endif
|
||||
else if(uni == 'C') {
|
||||
if(chaosUnlocked) restart_game(rg::chaos);
|
||||
if(chaosmode) help_nochaos();
|
||||
if(!chaosUnlocked) help_nochaos();
|
||||
}
|
||||
else if(xuni == 'P') {
|
||||
if(!princess::everSaved)
|
||||
|
Loading…
Reference in New Issue
Block a user