Skip to content

Commit

Permalink
Add FILTHY flag to zombie_kevlar (CleverRaven#54198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythosmod authored Jan 10, 2022
1 parent 7345eff commit 017e369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
{ "drop": "blood_tainted", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "sheet_kevlar", "type": "skin", "mass_ratio": 0.04 },
{ "drop": "sheet_kevlar", "type": "skin", "mass_ratio": 0.04, "flags": [ "FILTHY" ] },
{ "drop": "raw_tainted_leather", "type": "skin", "mass_ratio": 0.04 }
]
},
Expand Down

0 comments on commit 017e369

Please sign in to comment.