Want to support us so we can keep developing games? Here\'s some ways you can help :
'+
+ '
This version of Cookie Clicker is 100% free, forever. Want to support us so we can keep developing games? Here\'s some ways you can help :
'+
'
• support us on
Patreon (there\'s perks!)'+
'
•
to our PayPal
(note: PayPal takes at least $0.32 in fees so only amounts above that reach us!)'+
'
• disable your adblocker
• check out our
rad cookie shirts, hoodies and stickers!
• (if you want!)
'+
@@ -1924,6 +1924,7 @@ Game.Launch=function()
Game.attachTooltip(l('topbarPatreon'),'
Support us on Patreon and help us keep updating Cookie Clicker!
There\'s neat rewards for patrons too!
','this');
Game.attachTooltip(l('topbarMerch'),'
Cookie Clicker shirts, hoodies and stickers!
','this');
Game.attachTooltip(l('topbarMobileCC'),'
Play Cookie Clicker on your phone!
(Android only; iOS version will be released later)
','this');
+ Game.attachTooltip(l('topbarSteamCC'),'
Get Cookie Clicker on Steam!
','this');
Game.attachTooltip(l('topbarRandomgen'),'
A thing we made that lets you write random generators.
','this');
Game.attachTooltip(l('topbarIGM'),'
A thing we made that lets you create your own idle games using a simple scripting language.
','this');
@@ -14257,8 +14258,8 @@ Game.Launch=function()
if (canSave) Game.WriteSave();
}
- //every 30 minutes : get server data (ie. update notification, patreon data)
- if (Game.T%(Game.fps*60*30)==0 && Game.T>Game.fps*10/* && Game.prefs.autoupdate*/) {Game.CheckUpdates();Game.GrabData();}
+ //every hour: get server data (ie. update notification, patreon data)
+ if (Game.T%(Game.fps*60*60)==0 && Game.T>Game.fps*10/* && Game.prefs.autoupdate*/) {Game.CheckUpdates();Game.GrabData();}
Game.T++;
}
@@ -14486,4 +14487,4 @@ window.onload=function()
//catch(err) {console.log('ERROR : '+err.message);}
}
}
-};
\ No newline at end of file
+};
--
cgit v1.2.3