summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-21 02:32:22 +0200
committertroido <troido@protonmail.com>2020-09-21 02:32:22 +0200
commite2281d8c6293b311ccc187e3503093a1120e6215 (patch)
treed74043230ec580584e46ead5a123d2922deabfc0 /content
parent92e437e50498f7705e33a556535ba39a2b918f9d (diff)
exchange is now an interaction again
Diffstat (limited to 'content')
-rw-r--r--content/encyclopediae/npcs.json8
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"]]]]
]]
- }]
+ ]]}]
]
}
}