klattmose/klattmose.github.io

Custom upgrade cookie icon not appearing in the particles

Opened this issue · 0 comments

can be fixed by replacing

pic='icons.png';

(line 5876) with

if (me.picPos.length == 3) {pic=me.picPos[2];me.picId = 0;}
else pic='icons.png';

in the Game.particleAdd function (line 5828)