From 95c97ea3fbe83927f7b376c63bc68b742809d60d Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Tue, 7 Jan 2020 22:58:12 -0800 Subject: [PATCH] Revert "Lower material thickness for ballistic vest." --- data/json/items/armor/ballistic_armor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/armor/ballistic_armor.json b/data/json/items/armor/ballistic_armor.json index 48567c5fad332..6a7aa7f2a38d8 100644 --- a/data/json/items/armor/ballistic_armor.json +++ b/data/json/items/armor/ballistic_armor.json @@ -16,7 +16,7 @@ "coverage": 85, "encumbrance": 10, "warmth": 15, - "material_thickness": 7, + "material_thickness": 20, "flags": [ "STURDY", "OUTER", "WATER_FRIENDLY" ] } ]