From 0d0586816a87fa1b977f7fa84ee38e639ffccfc5 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 16:20:11 +0200 Subject: fixed bug where carrotplants behaved as cottonplants --- content/encyclopediae/crops.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/encyclopediae/crops.json b/content/encyclopediae/crops.json index 1fc5ea0..48a52b2 100644 --- a/content/encyclopediae/crops.json +++ b/content/encyclopediae/crops.json @@ -132,6 +132,19 @@ "flags": ["Occupied"] }, "carrotplant": { + "sprite": "smallplant", + "name": "carrotplant", + "height": 1.0, + "components": [ + ["Interactable", {"typ": "trigger", "arg": "die"}], + ["Loot", {"loot": ["list", [ + ["list", [{"type": "carrotseed"}, 1.0]], + ["list", [{"type": "carrot"}, 1.0]] + ]]}] + ], + "flags": ["Occupied"] + }, + "cottonplant": { "sprite": "smallplant", "name": "cottonplant", "height": 1.0, -- cgit