Skip to content

Commit

Permalink
close #213
Browse files Browse the repository at this point in the history
close #215
  • Loading branch information
moo-man committed Jan 7, 2025
1 parent 2229b64 commit 1bcb654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/system/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ CONFIG.statusEffects = [
{
id: "dead",
name: "EFFECT.StatusDead", // Foundry Default Text Key
icon: "systems/age-of-sigmar-soulbound/asset/icons/dead.svg"
img: "systems/age-of-sigmar-soulbound/asset/icons/dead.svg"
}
]

Expand Down
3 changes: 2 additions & 1 deletion scripts/system/tests/combat-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default class CombatTest extends SoulboundTest {
super(data)
if (data)
{
this.testData.combat = data.combat
this.testData.combat = data.combat;
this.testData.combat.bonusDamage = data.bonusDamage;
this.testData.dualWieldingData = data.dualWieldingData
}

Expand Down

0 comments on commit 1bcb654

Please sign in to comment.