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/encyclopediae/npcs.json | |
| parent | 1e7c665728eb638cdf921824f4c22f54b81f29de (diff) | |
made talk and reply a form of interact again
Diffstat (limited to 'content/encyclopediae/npcs.json')
| -rw-r--r-- | content/encyclopediae/npcs.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |
