mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +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[itOrbYendor]) return;
|
||||||
if(!items[itHolyGrail]) return;
|
if(!items[itHolyGrail]) return;
|
||||||
if(items[itHyperstone] < 50) return;
|
if(items[itHyperstone] < 50) return;
|
||||||
if(!princess::saved) return;
|
if(!princess::reviveAt) return;
|
||||||
hadtotalvictory = true;
|
hadtotalvictory = true;
|
||||||
achievement_gain("TOTALVICTORY");
|
achievement_gain("TOTALVICTORY");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user