Update has_equipment.json - Added "inventory" enum (#166)
Added missing "inventory" enum to the has_equipment component.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"domain": {
|
"domain": {
|
||||||
"description": "The equipment location to test.",
|
"description": "The equipment location to test.",
|
||||||
"default": "any",
|
"default": "any",
|
||||||
"enum": ["any", "armor", "feet", "hand", "head", "leg", "torso"],
|
"enum": ["any", "inventory", "armor", "feet", "hand", "head", "leg", "torso"],
|
||||||
"title": "Domain"
|
"title": "Domain"
|
||||||
},
|
},
|
||||||
"operator": {
|
"operator": {
|
||||||
|
|||||||
Reference in New Issue
Block a user