Update has_equipment.json - Added "inventory" enum (#166)

Added missing "inventory" enum to the has_equipment component.
This commit is contained in:
StealthyX
2023-03-20 06:56:32 -04:00
committed by GitHub
parent 4737cf0a1e
commit 61629392d7

View File

@@ -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": {