From 8fb3a48b9bc124fbff68caf38e9b9017902dc159 Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Wed, 1 May 2019 00:18:19 +0200 Subject: [PATCH] anesthesia kit is a container watertight and resealable --- data/json/items/tools.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/tools.json b/data/json/items/tools.json index f0b9e571ecd4f..f6582e342c478 100644 --- a/data/json/items/tools.json +++ b/data/json/items/tools.json @@ -6518,6 +6518,7 @@ "weight": 100, "volume": 1, "price": 1000, + "container_data": { "contains": 12, "watertight": true, "seals": true }, "to_hit": -1, "material": [ "glass" ], "symbol": "!", @@ -6525,7 +6526,7 @@ "ammo": "anesthetic", "initial_charges": 3, "max_charges": 3, - "qualities": [ [ "ANESTHESIA", 1 ] ] + "qualities": [ [ "ANESTHESIA", 1 ], [ "CONTAIN", 1 ] ] }, { "id": "shavingkit",