diff options
| author | troido <troido@protonmail.com> | 2020-09-21 02:32:22 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-21 02:32:22 +0200 |
| commit | e2281d8c6293b311ccc187e3503093a1120e6215 (patch) | |
| tree | d74043230ec580584e46ead5a123d2922deabfc0 /content/encyclopediae/npcs.json | |
| parent | 92e437e50498f7705e33a556535ba39a2b918f9d (diff) | |
exchange is now an interaction again
Diffstat (limited to 'content/encyclopediae/npcs.json')
| -rw-r--r-- | content/encyclopediae/npcs.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/encyclopediae/npcs.json b/content/encyclopediae/npcs.json index 661c80d..00c45d6 100644 --- a/content/encyclopediae/npcs.json +++ b/content/encyclopediae/npcs.json @@ -86,14 +86,14 @@ "sprite": "human", "height": 1.5, "components": [ - ["Exchanger", { - "prefix": "buy", - "exchanges": ["list", [ + ["Interactable", {"typ": "exchange", "arg": ["list", [ + "buy ", + ["list", [ ["list", ["pebble", ["list", ["radish", "radish"]], ["list", ["pebble"]]]], ["list", ["radishseed", ["list", ["radish"]], ["list", ["radishseed", "radishseed"]]]], ["list", ["carrotseed", ["list", ["radish"]], ["list", ["carrotseed"]]]] ]] - }] + ]]}] ] } } |
