mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-11-08 14:00:12 +00:00
Also don't click background selector
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
33a77636b6
commit
81d8206151
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Automate CookieClicker
|
||||
// @namespace https://luzifer.io/
|
||||
// @version 0.13.1
|
||||
// @version 0.13.2
|
||||
// @description Automate everything!
|
||||
// @author Knut Ahlers <knut@ahlers.me>
|
||||
// @source https://github.com/Luzifer/automate-cookie-clicker
|
||||
|
@ -16,8 +16,9 @@
|
|||
var blockingUpgrades = [
|
||||
69, // Destructive upgrade: "One mind"
|
||||
85, // Revoke elders covenant
|
||||
331, // Wallpaper selector
|
||||
331, // Golden switch
|
||||
333, // Milk selector
|
||||
414, // Background selector
|
||||
];
|
||||
var purchaseSteps = 50;
|
||||
|
||||
|
|
Loading…
Reference in a new issue