Also why is "summon" in quotation marks as usually that signifies an alternate meaning like for example last night I "visited" your mother but it really means last night I "fucked her in the ass" so exactly what is the subtext of "summon" because I am not sure I am comfortable with the implications
Originally posted by m0de
im usually the "nice guy" around these parts.. but this is bad, and you should feel bad. i would rather dip my balls in honey and hover them over a red ant hill than to ever hear such butchered crap.
When you have no cps at the beginning of the game, golden cookies always give 13 cookies. So it takes 2 golden cookies to buy the first cursor.
var moni=Math.min(Game.cookies*0.1, Game.cookiesPs*60*30)+13; //add 10% to cookies owned (+13), or 30 minutes of cookie production - whichever is lowest
jesus christ lol i would not be able to sit and wait for 2 golden cookies
It's 30 minutes max...
var m=(5+Math.floor(Math.random()*10));
if (Game.Has('Lucky day')) m/=2;
if (Game.Has('Serendipity')) m/=2;
if (Game.goldenCookie.chain>0) m=0.05;
if (Game.Has('Gold hoard')) m=0.01; // debug only upgrade
Comment