Princess Quest no longer shows fail screen merely due to the princess being in peril

This commit is contained in:
Jesse Ruderman 2021-07-21 13:24:44 -07:00
parent 1769ec6b69
commit 4e44dab836
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ EX void killMonster(cell *c, eMonster who, flagtype deathflags IS(0)) {
princess::reviveAt = gold(NO_LOVE) + 20;
}
}
if(princess::challenge) showMissionScreen();
if(princess::challenge) changes.at_commit([] { showMissionScreen(); });
}
}