Actually fix #675

This commit is contained in:
Daniël van Noord
2021-03-15 21:39:59 +01:00
parent 220b67b440
commit 403eb59cfd
4 changed files with 5 additions and 5 deletions

View File

@@ -505,11 +505,11 @@ export function GardenSection() {
section.className = 'CMStatsGardenSection';
const bakeberryColor =
Game.cookies < Game.cookiesPs * 60 * 3 * 100 ? ColorRed : ColorGreen;
Game.cookies < Game.cookiesPs * 60 * 10 * 100 ? ColorRed : ColorGreen;
const bakeberryFrag = document.createElement('span');
bakeberryFrag.style.fontWeight = 'bold';
bakeberryFrag.className = ColorTextPre + bakeberryColor;
bakeberryFrag.textContent = Beautify(Game.cookiesPs * 60 * 3 * 100);
bakeberryFrag.textContent = Beautify(Game.cookiesPs * 60 * 10 * 100);
section.appendChild(
StatsListing(
'basic',