This commit is contained in:
Daniël van Noord
2021-03-15 09:00:12 +01:00
parent fd2aa16c60
commit 7ec13d80bd
4 changed files with 6 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ import {
* @global {[{number}, {number}]} CM.Cache.WrinklersFattest A list containing the cookies and the id of the fattest non-shiny wrinkler
*/
export default function CacheWrinklers() {
CacheWrinklersTotal = 0;
CacheWrinklersNormal = 0;
CacheWrinklersFattest = [0, null];
for (let i = 0; i < Game.wrinklers.length; i++) {
let sucked = Game.wrinklers[i].sucked;
let toSuck = 1.1;