Fixed a spelling error

This commit is contained in:
WBHarry 2025-08-10 13:27:12 +02:00
parent 553a86c2b1
commit 80c6d90640

View file

@ -32,7 +32,7 @@ export default class BeastformEffect extends BaseEffect {
if (this.parent.parent?.type === 'character') { if (this.parent.parent?.type === 'character') {
this.parent.parent.system.primaryWeapon?.update?.({ 'system.equipped': false }); 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 });
} }
} }