From e0aadeae3c0d948d1db5a7c200fc9b605cc0427e Mon Sep 17 00:00:00 2001 From: Sathra225 <100510526+Sathra225@users.noreply.github.com> Date: Sun, 1 May 2022 00:26:51 +1000 Subject: [PATCH] Fix auto medicinal tea (#57305) * Update drink.json * Update drink.json --- data/json/items/comestibles/drink.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/items/comestibles/drink.json b/data/json/items/comestibles/drink.json index 28f9ae50b54fd..ba05cf1adb193 100644 --- a/data/json/items/comestibles/drink.json +++ b/data/json/items/comestibles/drink.json @@ -100,7 +100,7 @@ "price": 100, "price_postapoc": 25, "fun": 1, - "flags": [ "EATEN_HOT" ] + "flags": [ "EATEN_HOT", "NO_AUTO_CONSUME" ] }, { "type": "COMESTIBLE", @@ -168,7 +168,7 @@ "description": "A healthy beverage made from chamomile flowers steeped in boiling water. Can be used to treat insomnia.", "price": 100, "price_postapoc": 25, - "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ], + "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "NO_AUTO_CONSUME" ], "fun": 1 }, { @@ -1083,7 +1083,7 @@ "price": 100, "price_postapoc": 25, "fun": 1, - "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ], + "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "NO_AUTO_CONSUME" ], "use_action": { "type": "consume_drug", "activation_message": "You no longer need to worry about asthma attacks, at least for a while.", @@ -1166,7 +1166,7 @@ "calories": 0, "description": "A bitter tea made by boiling willow bark in water, used since ancient times as a mild painkiller.", "fun": -2, - "delete": { "flags": [ "EATEN_HOT" ] }, + "delete": { "flags": [ "EATEN_HOT", "NO_AUTO_CONSUME" ] }, "use_action": { "type": "consume_drug", "effects": [ { "id": "pkill1", "duration": 90 }, { "id": "nausea", "duration": "5 m" } ] } }, {