From 017e36918cbea0943a44b4a391a27802ccfac751 Mon Sep 17 00:00:00 2001 From: mythosmod <91185016+mythosmod@users.noreply.github.com> Date: Mon, 10 Jan 2022 02:46:12 +0000 Subject: [PATCH] Add FILTHY flag to zombie_kevlar (#54198) --- data/json/harvest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/harvest.json b/data/json/harvest.json index a2cbe190aa641..ba58eef6bae0e 100644 --- a/data/json/harvest.json +++ b/data/json/harvest.json @@ -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 } ] },