Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jul 18, 2021
1 parent 5ef7bc4 commit aa4ed59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/BloodSplatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class BloodSplatter {
}

static belowTreshold(actor) {
if(!actor) return false;
const hpMax = BloodSplatter.getHpMax(actor.data);
const hpVal = BloodSplatter.getHpVal(actor.data);
if (
Expand Down

0 comments on commit aa4ed59

Please sign in to comment.