Resolve Grimoire magic bar text rendering bug #1083 (#1084)

This commit is contained in:
domoddball
2022-06-02 02:26:04 -04:00
committed by GitHub
parent fec312df1c
commit 9bfb8a44f9
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ function ReplaceNativeGrimoireDraw() {
if (
Game.mods.cookieMonsterFramework.saveData.cookieMonsterMod.settings.GrimoireBar === 1 &&
minigame.magic < minigame.magicM &&
(typeof Steam === 'undefined' || Game.drawT % 5 === 0)
Game.drawT % 5 === 0
) {
minigame.magicBarTextL.innerHTML += ` (${FormatTime(
CalculateGrimoireRefillTime(minigame.magic, minigame.magicM, minigame.magicM),