Skip to content

Commit

Permalink
fix: add armor.body item slot
Browse files Browse the repository at this point in the history
  • Loading branch information
misode authored and vberlier committed May 13, 2024
1 parent 0f26f5a commit 55ecece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mecha/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ class AstItemSlot(AstOption):
parser = "item_slot"
options = (
{
"armor.body",
"armor.chest",
"armor.feet",
"armor.head",
Expand Down

0 comments on commit 55ecece

Please sign in to comment.