From f1220a8aef2173fd41a3aa1cc4e4baa48e89f08e Mon Sep 17 00:00:00 2001 From: Viktor Matthys Date: Wed, 9 Dec 2020 11:20:07 +0100 Subject: [PATCH] Allows drawing acid from Acidic Zombies again Fixes a bug that appeard because the drawn sulphuirc acid had a higher weight than what the blood draw kit supported. --- data/json/items/tool/med.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/tool/med.json b/data/json/items/tool/med.json index bf4e525cc7722..505da8e0a5ebe 100644 --- a/data/json/items/tool/med.json +++ b/data/json/items/tool/med.json @@ -216,7 +216,7 @@ "watertight": true, "rigid": true, "max_contains_volume": "250 ml", - "max_contains_weight": "300 g" + "max_contains_weight": "500 g" } ] },