From 2977c974c25b8a45155ebd6d1d03b3c79bf7e8f3 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 18 May 2022 20:27:51 +0800 Subject: ad --- features/slayers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/slayers/index.js b/features/slayers/index.js index e1ec098..37a181a 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -393,7 +393,7 @@ class Slayers extends Feature { } else if (emanHealth.includes("M")) { let hits = parseInt(emanHealth) / (this.rcmDamagePerHit.getValue() * 1.6); //1.6 is factoring in thunderlord + fire veil - emanText += ` &c${Math.max(1, Math.floor(hits - 0.5))} Hits` + emanText += ` &c${Math.max(0, Math.floor(hits - 0.5))} Hits` } } -- cgit