Skip to content

Commit

Permalink
filthy filthy brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored May 30, 2020
1 parent 78d0153 commit 9bfb31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/DinoMod/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 9bfb31f

Please sign in to comment.