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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -505,11 +505,11 @@ export function GardenSection() {
section.className = 'CMStatsGardenSection'; section.className = 'CMStatsGardenSection';
const bakeberryColor = 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'); const bakeberryFrag = document.createElement('span');
bakeberryFrag.style.fontWeight = 'bold'; bakeberryFrag.style.fontWeight = 'bold';
bakeberryFrag.className = ColorTextPre + bakeberryColor; bakeberryFrag.className = ColorTextPre + bakeberryColor;
bakeberryFrag.textContent = Beautify(Game.cookiesPs * 60 * 3 * 100); bakeberryFrag.textContent = Beautify(Game.cookiesPs * 60 * 10 * 100);
section.appendChild( section.appendChild(
StatsListing( StatsListing(
'basic', 'basic',