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": {
|
||||
"description": "The equipment location to test.",
|
||||
"default": "any",
|
||||
"enum": ["any", "armor", "feet", "hand", "head", "leg", "torso"],
|
||||
"enum": ["any", "inventory", "armor", "feet", "hand", "head", "leg", "torso"],
|
||||
"title": "Domain"
|
||||
},
|
||||
"operator": {
|
||||
|
||||
Reference in New Issue
Block a user