Skip to content

Commit

Permalink
fix invalid inventory section name for wounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekizu committed Mar 16, 2024
1 parent c0a15a9 commit f6b7aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/src/sheets/PlayerSheetSD.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ export default class PlayerSheetSD extends ActorSheetSD {
label: game.i18n.localize("SHADOWDARK.inventory.section.treasure"),
items: [],
},
wounds: {
wound: {
label: game.i18n.localize("SHADOWDARK.inventory.section.wounds"),
items: [],
},
Expand Down
2 changes: 1 addition & 1 deletion system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "ekizu-shadowdark",
"title": "Ekiz's Shadowdark RPG",
"desciption": "A system for playing the Shadowdark RPG from Arcane Library",
"version": "1.8.0-4",
"version": "1.8.0-5",
"compatibility": {
"minimum": "11",
"verified": "11"
Expand Down

0 comments on commit f6b7aa3

Please sign in to comment.