diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-30 22:31:12 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-30 22:31:12 -0800 |
commit | abdde032af560a743b32a37d6af0207e014da2e8 (patch) | |
tree | 54e4243728765ba5b235a20027931e3f098b5013 | |
parent | Add patch to make plastic scraps stackable. (diff) | |
download | cataclysm-bn-abdde032af560a743b32a37d6af0207e014da2e8.tar.xz |
Fix nurse patch to accept melatonin and strong antibiotics.
-rw-r--r-- | npc-08_nurse-takes-more-meds.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc-08_nurse-takes-more-meds.patch b/npc-08_nurse-takes-more-meds.patch index 0724172..f2ddeef 100644 --- a/npc-08_nurse-takes-more-meds.patch +++ b/npc-08_nurse-takes-more-meds.patch @@ -1,6 +1,6 @@ --- a/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json +++ b/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json -@@ -36,25 +36,62 @@ +@@ -36,25 +36,64 @@ "repeat_responses": { "for_item": [ - "1st_aid", @@ -38,6 +38,7 @@ + "iodine", + "medical_gauze", + "medical_tape", ++ "melatonin_tablet", "morphine", + "mugwort_oil", + "nic_gum", @@ -51,6 +52,7 @@ + "prussian_blue", "quikclot", + "saline", ++ "strong_antibiotic", + "tea_bark", + "thermometer", + "thorazine", |