mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-11-08 14:00:12 +00:00
Do not revoke elders covenant
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
95613d5b57
commit
1316478838
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Automate CookieClicker
|
||||
// @namespace https://luzifer.io/
|
||||
// @version 0.8.0
|
||||
// @version 0.8.1
|
||||
// @description Automate everything!
|
||||
// @author Knut Ahlers <knut@ahlers.me>
|
||||
// @source https://github.com/Luzifer/automate-cookie-clicker
|
||||
|
@ -17,6 +17,7 @@ GM_addStyle('@import url("https://cdnjs.cloudflare.com/ajax/libs/toastr.js/lates
|
|||
|
||||
var blockingUpgrades = [
|
||||
69, // Destructive upgrade: "One mind"
|
||||
85, // Revoke elders covenant
|
||||
333, // Milk selector
|
||||
];
|
||||
var purchaseSteps = 50;
|
||||
|
|
Loading…
Reference in a new issue