mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Fixed a spelling error
This commit is contained in:
parent
553a86c2b1
commit
80c6d90640
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