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, 8 insertions, 0 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 0dc1f80..5fa6ebf 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -262,6 +262,14 @@
"components": [
["Interactable", {"action": ["interaction", ["change", {"type": "closeddoor", "save": false}]]}]
]
+ },
+ "sign": {
+ "sprite": "sign",
+ "height": 1,
+ "flags": ["Occupied"],
+ "components": [
+ ["Interactable", {"action": ["interaction", ["say", "Good morning there, World"]]}]
+ ]
}
}
}