mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
total victory no longer requires the Princess saved in the same session
This commit is contained in:
parent
dfa345632a
commit
f762cfe3f4
@ -611,7 +611,7 @@ void check_total_victory() {
|
||||
if(!items[itOrbYendor]) return;
|
||||
if(!items[itHolyGrail]) return;
|
||||
if(items[itHyperstone] < 50) return;
|
||||
if(!princess::saved) return;
|
||||
if(!princess::reviveAt) return;
|
||||
hadtotalvictory = true;
|
||||
achievement_gain("TOTALVICTORY");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user