Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Basically, you just need to edit the "12" in the script to "14".
The script file can be found here: Steam\steamapps\common\Cookie Clicker\resources\app\mods\workshop\wrinklerClicker
Open the main.js using the text editor of your choice, anything should work since it's just a JavaScript file, and just edit the 12 to 14.
Or just delete the text from the file and replace it with this: var autoNormieWrinklerKiller = setInterval(function() {for (var i = 0; i < 14; i++) {if(Game.wrinklers .type==0 && Game.wrinklers .sucked>0){Game.wrinklers .hp=0}}},1000);
Then save the changes and restart the game if it was running. Simple as that.