diff options
Diffstat (limited to 'npc-08_nurse-takes-more-meds.patch')
-rw-r--r-- | npc-08_nurse-takes-more-meds.patch | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/npc-08_nurse-takes-more-meds.patch b/npc-08_nurse-takes-more-meds.patch new file mode 100644 index 0000000..25685d1 --- /dev/null +++ b/npc-08_nurse-takes-more-meds.patch @@ -0,0 +1,74 @@ +--- a/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json ++++ b/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json +@@ -35,27 +35,69 @@ + "dynamic_line": "I'm willing to pay a premium for medical supplies that you might be able to scavenge up. I also have a few miscellaneous jobs from time to time.", + "repeat_responses": { + "for_item": [ +- "1st_aid", ++ "adderall", ++ "adrenaline_injector", ++ "anesthetic_kit", + "antibiotics", ++ "antifungal", ++ "antiparasitic", + "aspirin", + "bandages", ++ "bandages_makeshift", ++ "bandages_makeshift_bleached", ++ "bandages_makeshift_boiled", + "bfipowder", ++ "bonemeal_tablet", ++ "calcium_tablet", ++ "cattail_jelly", + "chem_hydrogen_peroxide", + "codeine", ++ "contacts", ++ "cotton_ball", + "dayquil", ++ "disincottonball", + "disinfectant", ++ "disinfectant_makeshift", ++ "disinrag", ++ "diazepam", ++ "smoxygen_tank", ++ "eyedrops", ++ "flavored_bonemeal_tablet", + "flu_shot", ++ "gummy_vitamins", ++ "inhaler", ++ "inj_vitb", ++ "inj_iron", ++ "iodine", ++ "makeshift_stethoscope", ++ "medical_gauze", ++ "medical_tape", + "morphine", ++ "mugwort_oil", + "nyquil", + "oxycodone", ++ "oxygen_tank", ++ "pepto", ++ "pills_sleep", + "poppy_pain", ++ "poppy_sleep", + "poppysyrup", ++ "prozac", ++ "prussian_blue", + "quikclot", ++ "saline", ++ "syringe", ++ "stethoscope", ++ "tea_bark", ++ "thermometer", ++ "thorazine", + "thyme_oil", + "tramadol", + "vaccine_shot", ++ "vitamins", + "weak_antibiotic", +- "cattail_jelly" ++ "wrapped_rad_badge", ++ "xanax" + ], + "response": { "text": "Delivering <topic_item>.", "topic": "TALK_DELIVER_ASK" } + }, |