mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-12-22 18:21:18 +00:00
Block "One mind" upgrade
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f4510ac58a
commit
8a93f89a96
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Automate CookieClicker
|
||||
// @namespace https://luzifer.io/
|
||||
// @version 0.7.3
|
||||
// @version 0.7.4
|
||||
// @description Automate everything!
|
||||
// @author Knut Ahlers <knut@ahlers.me>
|
||||
// @source https://github.com/Luzifer/automate-cookie-clicker
|
||||
|
@ -16,6 +16,7 @@
|
|||
GM_addStyle('@import url("https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css");');
|
||||
|
||||
var blockingUpgrades = [
|
||||
69, // Destructive upgrade: "One mind"
|
||||
333, // Milk selector
|
||||
];
|
||||
var purchaseSteps = 50;
|
||||
|
|
Loading…
Reference in a new issue