Added cookies till achievement in building tooltip

This commit is contained in:
Daniel van Noord
2020-12-01 16:10:12 +01:00
parent 0bebb12808
commit cb6b97a269
3 changed files with 42 additions and 0 deletions

View File

@@ -222,6 +222,7 @@ CM.Sim.CopyData = function() {
}
you.amount = me.amount;
you.level = me.level;
you.totalCookies = me.totalCookies;
if (me.minigameLoaded) you.minigameLoaded = me.minigameLoaded; you.minigame = me.minigame;
}