mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Fixed a spelling error (#779)
This commit is contained in:
parent
a038d4c254
commit
080b6bc2da
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export default class BeastformEffect extends BaseEffect {
|
|||
|
||||
if (this.parent.parent?.type === 'character') {
|
||||
this.parent.parent.system.primaryWeapon?.update?.({ 'system.equipped': false });
|
||||
this.parent.parent.system.secondayWeapon?.update?.({ 'system.equipped': false });
|
||||
this.parent.parent.system.secondaryWeapon?.update?.({ 'system.equipped': false });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue