diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-07 22:17:30 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-07 22:17:30 -0800 |
commit | d348cecec52bdc147f40afbfaba853124329e008 (patch) | |
tree | 93891f09b14af2aae194024313a48afff7c18fd2 | |
parent | Change vampire mutation immunity to occur in the mutate function. (diff) | |
download | cataclysm-bn-d348cecec52bdc147f40afbfaba853124329e008.tar.xz |
Add patch to make standard antibiotics unhealthy.
-rw-r--r-- | meds-01_antibiotics-unhealthy.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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" ] + }, |