diff options
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"]]]] ]] - }] + ]]}] ] } } |
