Skip to content

Commit

Permalink
Update combat-test.js remove adding of combat.swarmdice
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendare authored Dec 18, 2024
1 parent 7f9d6c7 commit 5946e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/system/tests/combat-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default class CombatTest extends SoulboundTest {

get numberOfDice()
{
return super.numberOfDice + this.testData.combat.swarmDice
return super.numberOfDice
}

get isDualWielding()
Expand Down Expand Up @@ -197,4 +197,4 @@ export default class CombatTest extends SoulboundTest {
return this._hasTest(this.secondaryWeapon)
}

}
}

0 comments on commit 5946e3e

Please sign in to comment.