From a5592334e016b6071ac79262c8ec8bcbcaa63a32 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:20:21 +0800 Subject: + bestiary update thing + misc fixes --- src/features/hud/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/features/hud') diff --git a/src/features/hud/index.js b/src/features/hud/index.js index f4d7e16..f1cfa33 100644 --- a/src/features/hud/index.js +++ b/src/features/hud/index.js @@ -676,6 +676,7 @@ class Hud extends Feature { updatePotsData(data) { this.potsExpireAt = {} let now = Date.now() + if (Date.now() - data.last_save < 5 * 60000) now = data.last_save data.active_effects.forEach(e => { this.potsExpireAt[e.effect] = { level: e.level, -- cgit