Skip to content

Commit

Permalink
Update breedtimer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 authored May 8, 2020
1 parent 708bb60 commit cc796dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/breedtimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function ATGA2() {

if (game.global.runningChallengeSquared && getPageSetting('cATGA2timer') > 0 && game.global.challengeActive != 'Electricity' && game.global.challengeActive != 'Toxicity' && game.global.challengeActive != 'Nom')
target = new Decimal(getPageSetting('cATGA2timer'));
if (getPageSetting('chATGA2timer') > 0 && (game.global.challengeActive == 'Electricity' || game.global.challengeActive == 'Toxicity' || game.global.challengeActive == 'Nom'))
if (game.global.runningChallengeSquared && getPageSetting('chATGA2timer') > 0 && (game.global.challengeActive == 'Electricity' || game.global.challengeActive == 'Toxicity' || game.global.challengeActive == 'Nom'))
target = new Decimal(getPageSetting('chATGA2timer'));

if (getPageSetting('dATGA2timer') > 0 && game.global.challengeActive == "Daily")
Expand Down

0 comments on commit cc796dc

Please sign in to comment.