diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
commit | a09894839ccba98dd8cd2a15cfe09cb75de18125 (patch) | |
tree | 39300c2fabf6d202f199a9441a3e8466c8770b16 /meds-01_antibiotics-unhealthy.patch | |
parent | Update to 0.F.3 (diff) | |
download | cataclysm-dda-a09894839ccba98dd8cd2a15cfe09cb75de18125.tar.xz |
Port patches back to DDA.
Diffstat (limited to 'meds-01_antibiotics-unhealthy.patch')
-rw-r--r-- | meds-01_antibiotics-unhealthy.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meds-01_antibiotics-unhealthy.patch b/meds-01_antibiotics-unhealthy.patch index 4b462bd..875de33 100644 --- a/meds-01_antibiotics-unhealthy.patch +++ b/meds-01_antibiotics-unhealthy.patch @@ -1,10 +1,10 @@ --- a/data/json/items/comestibles/med.json +++ b/data/json/items/comestibles/med.json -@@ -92,6 +92,7 @@ +@@ -95,6 +95,7 @@ "stack_size": 200, "symbol": "!", "color": "white", + "healthy": -4, + "container": "bottle_plastic_pill_prescription", "use_action": [ "ANTIBIOTIC" ], - "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ] - }, + "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE", "WATER_DISSOLVE", "EDIBLE_FROZEN" ] |