From abdde032af560a743b32a37d6af0207e014da2e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 30 Dec 2024 22:31:12 -0800 Subject: Fix nurse patch to accept melatonin and strong antibiotics. --- npc-08_nurse-takes-more-meds.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- cgit v1.2.1