diff --git a/autocookieclicker.user.js b/autocookieclicker.user.js index 6165a24..9903bad 100644 --- a/autocookieclicker.user.js +++ b/autocookieclicker.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Automate CookieClicker // @namespace https://luzifer.io/ -// @version 0.13.2 +// @version 0.14.0 // @description Automate everything! // @author Knut Ahlers // @source https://github.com/Luzifer/automate-cookie-clicker @@ -52,6 +52,11 @@ function executeAutoActions() { product.click(); note('Purchased ' + product.find('.title:first').text() + ' for you.'); } + + // Upgrade dragon if possible + if (Game.dragonLevels[Game.dragonLevel + 1].cost()) { + Game.UpgradeDragon() + } } function controlAutoClicker() {