mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Lint fix
This commit is contained in:
parent
1ed2e539ac
commit
d192944efc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export default class DHAttackAction extends DHDamageAction {
|
||||||
if (!!this.item?.system?.attack) {
|
if (!!this.item?.system?.attack) {
|
||||||
if (this.damage.includeBase) {
|
if (this.damage.includeBase) {
|
||||||
const baseDamage = this.getParentHitPointDamage();
|
const baseDamage = this.getParentHitPointDamage();
|
||||||
if(baseDamage) {
|
if (baseDamage) {
|
||||||
if (!this.damage.parts.hitPoints) {
|
if (!this.damage.parts.hitPoints) {
|
||||||
this.damage.parts.hitPoints = baseDamage;
|
this.damage.parts.hitPoints = baseDamage;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue