Skip to content

Commit

Permalink
Removed formula class from weapon type override
Browse files Browse the repository at this point in the history
  • Loading branch information
dmrickey committed Nov 2, 2024
1 parent cb605d7 commit ab06254
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Roll Bonuses 2.16.1

### Buffixes
- Removed formula class from Weapon Type Override. This made Little Helper try to resolve it which obviously shouldn't do anything

---

## Roll Bonuses 2.16.0

### New Bonuses
Expand Down
1 change: 1 addition & 0 deletions src/targeted/target-overides/weapon-type-override.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class WeaponBaseTypeOverride extends BaseTargetOverride {
}, {
canEdit: isEditable,
inputType: 'target-override',
isFormula: false,
});
}
}

0 comments on commit ab06254

Please sign in to comment.