Skip to content

Commit

Permalink
fix: 🐛 removed equipment and replaced it with gear
Browse files Browse the repository at this point in the history
  • Loading branch information
snenenenenenene committed Aug 6, 2023
1 parent 66e7bb5 commit 8d4ed39
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions app/utils/apiCalls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,24 +128,7 @@ export async function addSheet({
damage: "1d6+4",
},
],
equipment: [
{
name: "Shortsword",
quantity: 2,
},
{
name: "Shortbow",
quantity: 1,
},
{
name: "Arrows",
quantity: 20,
},
{
name: "Thieves' tools",
quantity: 1,
},
],
gear: [],
skills: {},
currency: {},
weapons: [],
Expand Down

0 comments on commit 8d4ed39

Please sign in to comment.