From a933dd5ca2a3f244e826149624c9308f59c21f7f Mon Sep 17 00:00:00 2001 From: Entity <50155659+Entity-y@users.noreply.github.com> Date: Tue, 12 Oct 2021 07:14:21 -0400 Subject: [PATCH] fragile television adds FRAGILE_MELEE flag to television --- data/json/items/generic.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/generic.json b/data/json/items/generic.json index 9ceb69618282b..bb55dda9e3a81 100644 --- a/data/json/items/generic.json +++ b/data/json/items/generic.json @@ -977,7 +977,8 @@ "weight": "15000 g", "volume": "20 L", "bashing": 5, - "to_hit": -5 + "to_hit": -5, + "flags": [ "FRAGILE_MELEE" ] }, { "type": "GENERIC",