diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-18 20:27:51 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-18 20:27:51 +0800 |
commit | 2977c974c25b8a45155ebd6d1d03b3c79bf7e8f3 (patch) | |
tree | 7051169ad062938012f115b4bd0e85eb1070c9eb /features | |
parent | 8244aba13f3e2d5745e933f91ed1ac84431d6d64 (diff) | |
download | SoopyV2-2977c974c25b8a45155ebd6d1d03b3c79bf7e8f3.tar.gz SoopyV2-2977c974c25b8a45155ebd6d1d03b3c79bf7e8f3.tar.bz2 SoopyV2-2977c974c25b8a45155ebd6d1d03b3c79bf7e8f3.zip |
ad
Diffstat (limited to 'features')
-rw-r--r-- | features/slayers/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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` } } |