File diff suppressed because one or more lines are too long
2
dist/CookieMonster.js
vendored
2
dist/CookieMonster.js
vendored
File diff suppressed because one or more lines are too long
2
dist/CookieMonster.js.map
vendored
2
dist/CookieMonster.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -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
|
* @global {[{number}, {number}]} CM.Cache.WrinklersFattest A list containing the cookies and the id of the fattest non-shiny wrinkler
|
||||||
*/
|
*/
|
||||||
export default function CacheWrinklers() {
|
export default function CacheWrinklers() {
|
||||||
|
CacheWrinklersTotal = 0;
|
||||||
|
CacheWrinklersNormal = 0;
|
||||||
|
CacheWrinklersFattest = [0, null];
|
||||||
for (let i = 0; i < Game.wrinklers.length; i++) {
|
for (let i = 0; i < Game.wrinklers.length; i++) {
|
||||||
let sucked = Game.wrinklers[i].sucked;
|
let sucked = Game.wrinklers[i].sucked;
|
||||||
let toSuck = 1.1;
|
let toSuck = 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user