From 9bfb31fa4ec3b8c5f93dd2bdc03b11e18853175f Mon Sep 17 00:00:00 2001 From: LyleSY Date: Fri, 29 May 2020 20:10:02 -0400 Subject: [PATCH] filthy filthy brackets --- data/mods/DinoMod/harvest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/DinoMod/harvest.json b/data/mods/DinoMod/harvest.json index f587d80918021..5639782e6dfc0 100644 --- a/data/mods/DinoMod/harvest.json +++ b/data/mods/DinoMod/harvest.json @@ -54,9 +54,9 @@ "id": "zed_dino_feather_leather", "type": "harvest", "entries": [ - { "drop": "spider", "type": "bionic_group", "flags": "FILTHY" }, - { "drop": "science", "type": "bionic_group", "flags": "FILTHY" }, - { "drop": "corpses", "type": "bionic_group", "flags": "FILTHY" }, + { "drop": "spider", "type": "bionic_group", "flags": [ "FILTHY" ] }, + { "drop": "science", "type": "bionic_group", "flags": [ "FILTHY" ] }, + { "drop": "corpses", "type": "bionic_group", "flags": [ "FILTHY" ] }, { "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 }, { "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 }, { "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },