diff options
| author | troido <troido@protonmail.com> | 2020-09-21 00:59:38 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-21 00:59:38 +0200 |
| commit | 92e437e50498f7705e33a556535ba39a2b918f9d (patch) | |
| tree | 54c60fffdbadf0d5323e77016c11c439599e126c /content | |
| parent | 1e7c665728eb638cdf921824f4c22f54b81f29de (diff) | |
made talk and reply a form of interact again
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 2 | ||||
| -rw-r--r-- | content/encyclopediae/npcs.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 9a9b526..d4f7094 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -87,7 +87,7 @@ "height": 1, "flags": ["Occupied"], "components": [ - ["Talkable", {"text": "Good morning there, World"}] + ["Interactable", {"typ": "say", "arg": "Good morning there, World"}] ] }, "quarry": { diff --git a/content/encyclopediae/npcs.json b/content/encyclopediae/npcs.json index 78dda29..661c80d 100644 --- a/content/encyclopediae/npcs.json +++ b/content/encyclopediae/npcs.json @@ -79,7 +79,7 @@ "height": 1.5, "flags": ["Occupied"], "components": [ - ["Talkable", {"text": "Hey there, welcome to Asciifarm"}] + ["Interactable", {"typ": "say", "arg": "Hey there, welcome to Asciifarm"}] ] }, "trader": { |
