Skip to content

Commit

Permalink
- Allowed repairable to use item descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Mar 3, 2025
1 parent 14d2dc0 commit 9263ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/behavior/items/format/components/repairable.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"description": "Items that can be used to repeair it",
"$comment": "List of items",
"type": "array",
"items": { "type": "string", "title": "Item", "description": "Item identifier" }
"items": { "$ref": "../../../../general/item/descriptor.json" }
},
"repair_amount": {
"title": "Repair Amount",
Expand Down

0 comments on commit 9263ad0

Please sign in to comment.