From 08d5850e78fdcb919b6592c6b0375830fcf216da Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 19 Sep 2020 21:26:15 +0200 Subject: removed loose items from room --- content/encyclopediae/default_encyclopedia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 18cf967..f6a3e48 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -22,7 +22,7 @@ "arguments": [["health", "int", 100]], "components": [ ["Health", {"health": ["arg", "health"], "maxhealth": 100}], - ["Loot", {"loot": ["list", [{"type": "stone"}]]}] + ["Loot", {"loot": ["list", [["list", [{"type": "stone"}, 1.0]]]]}] ], "sprite": "builtwall", "height": 2, -- cgit