mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-11-09 14:30:08 +00:00
Do not click season switchers
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ad588fa531
commit
c02e6a7ba9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Automate CookieClicker
|
// @name Automate CookieClicker
|
||||||
// @namespace https://luzifer.io/
|
// @namespace https://luzifer.io/
|
||||||
// @version 0.18.0
|
// @version 0.18.1
|
||||||
// @description Automate everything!
|
// @description Automate everything!
|
||||||
// @author Knut Ahlers <knut@ahlers.me>
|
// @author Knut Ahlers <knut@ahlers.me>
|
||||||
// @source https://github.com/Luzifer/automate-cookie-clicker
|
// @source https://github.com/Luzifer/automate-cookie-clicker
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
let blockingUpgrades = [
|
let blockingUpgrades = [
|
||||||
69, // Destructive upgrade: "One mind"
|
69, // Destructive upgrade: "One mind"
|
||||||
85, // Revoke elders covenant
|
85, // Revoke elders covenant
|
||||||
|
182, 183, 184, 185, 209, // Season switchers
|
||||||
331, // Golden switch
|
331, // Golden switch
|
||||||
333, // Milk selector
|
333, // Milk selector
|
||||||
414, // Background selector
|
414, // Background selector
|
||||||
|
|
Loading…
Reference in a new issue