mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Merge pull request #2589 from IvarK/no-escape-cel7
Fix being able to buy "You cannot escape a doomed reality" study
This commit is contained in:
commit
9e13bf1fc1
@ -51,6 +51,7 @@ GameDatabase.eternity.timeStudies.dilation = [
|
||||
cost: () => 1,
|
||||
requirement: () => TimeStudy.timeDimension(8).isBought &&
|
||||
player.records.thisReality.maxEP.exponent >= 4000 &&
|
||||
(Perk.firstPerk.isBought ? true : Achievements.preReality.every(a => a.isUnlocked))
|
||||
(Perk.firstPerk.isBought ? true : Achievements.preReality.every(a => a.isUnlocked)) &&
|
||||
!Pelle.isDoomed
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user