mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Increased r55 effect from 1e10 to 2e10
This commit is contained in:
parent
37840e0ae1
commit
38ae9b9ed1
@ -316,8 +316,8 @@ GameDatabase.achievements.normal = [
|
||||
get description() { return `Infinity in ${formatInt(1)} minute or less.`; },
|
||||
checkRequirement: () => Time.thisInfinityRealTime.totalMinutes <= 1,
|
||||
checkEvent: GAME_EVENT.BIG_CRUNCH_BEFORE,
|
||||
get reward() { return `Start with ${format(1e10)} antimatter.`; },
|
||||
effect: 1e10
|
||||
get reward() { return `Start with ${format(2e10)} antimatter.`; },
|
||||
effect: 2e10
|
||||
},
|
||||
{
|
||||
id: 56,
|
||||
|
Loading…
Reference in New Issue
Block a user