Added tooltip with costs for Dragon Levels (#65)
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
*/
|
||||
CM.Config.SaveConfig = function() {
|
||||
let saveString = b64_to_utf8(unescape(localStorage.getItem('CookieClickerGame')).split('!END!')[0]);
|
||||
let pattern = /CookieMonster.*[;$]/;
|
||||
CookieMonsterSave = saveString.match(/CookieMonster.*(;|$)/);
|
||||
if (CookieMonsterSave != null) {
|
||||
newSaveString = saveString.replace(CookieMonsterSave[0], "CookieMonster:" + CM.save());
|
||||
|
||||
Reference in New Issue
Block a user