From d348cecec52bdc147f40afbfaba853124329e008 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 Jan 2022 22:17:30 -0800 Subject: Add patch to make standard antibiotics unhealthy. --- meds-01_antibiotics-unhealthy.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meds-01_antibiotics-unhealthy.patch diff --git a/meds-01_antibiotics-unhealthy.patch b/meds-01_antibiotics-unhealthy.patch new file mode 100644 index 0000000..9eee550 --- /dev/null +++ b/meds-01_antibiotics-unhealthy.patch @@ -0,0 +1,10 @@ +--- a/data/json/items/comestibles/med.json ++++ b/data/json/items/comestibles/med.json +@@ -86,6 +86,7 @@ + "stack_size": 200, + "symbol": "!", + "color": "white", ++ "healthy": -4, + "use_action": "ANTIBIOTIC", + "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ] + }, -- cgit v1.2.1