Add ammo to the gear types, and get more design stuff for the AmmoTracker
This commit is contained in:
parent
96e4d09e7b
commit
3ae7e9489a
9 changed files with 85 additions and 11 deletions
|
|
@ -37,6 +37,7 @@ export const gameTerms = Object.preventExtensions({
|
|||
}),
|
||||
/** The types of items that contribute to the gear limit */
|
||||
gearItemTypes: new Set([
|
||||
`ammo`,
|
||||
`armour`,
|
||||
`weapon`,
|
||||
`shield`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue