Skip to content

Commit

Permalink
ESLint Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasquach45932 committed Sep 2, 2024
1 parent 9af755e commit 3ca46f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/chat/roll-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function changeBobDieColour (attackRoll)
if (game.modules.get('dice-so-nice')?.active) {
if (attackRoll._formula.includes('d6kh') || attackRoll._formula.includes('d6r1kh')) {
let operator = attackRoll.terms[attackRoll.terms.length - 2].operator
let dieIndex = 0

if (operator === '+') bgColor = '#104f09'

Expand Down

0 comments on commit 3ca46f7

Please sign in to comment.