summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
Diffstat (limited to 'content/encyclopediae')
-rw-r--r--content/encyclopediae/default_encyclopedia.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index ad27795..5ebc106 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -281,8 +281,8 @@
"height": 2,
"flags": ["Blocking"],
"components": [
- ["Interactable", {"action": ["interaction", ["trigger", "die"]]}],
- ["Loot", {"loot": ["list", [{"type": "opendoor", "save": false}]]}]
+ ["Interactable", {"action": ["interaction", ["trigger", "change"]]}],
+ ["Build", {"obj": {"type": "opendoor", "save": false}}]
]
},
"opendoor": {
@@ -290,8 +290,8 @@
"height": 0.8,
"flags": ["Occupied"],
"components": [
- ["Interactable", {"action": ["interaction", ["trigger", "die"]]}],
- ["Loot", {"loot": ["list", [{"type": "closeddoor", "save": false}]]}]
+ ["Interactable", {"action": ["interaction", ["trigger", "change"]]}],
+ ["Build", {"obj": {"type": "closeddoor", "save": false}}]
]
},
"sign": {