mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
fixed a problem with victory achievements
This commit is contained in:
parent
1eb762fde2
commit
abec39422c
@ -862,7 +862,7 @@ EX void achievement_victory(bool hyper) {
|
|||||||
if(peace::on) return;
|
if(peace::on) return;
|
||||||
if(tactic::on) return;
|
if(tactic::on) return;
|
||||||
if(!ls::nice_walls()) return;
|
if(!ls::nice_walls()) return;
|
||||||
if(!ineligible_starting_land) return;
|
if(ineligible_starting_land) return;
|
||||||
LATE( achievement_victory(hyper); )
|
LATE( achievement_victory(hyper); )
|
||||||
DEBB(DF_STEAM, ("after checks"))
|
DEBB(DF_STEAM, ("after checks"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user