diff options
Diffstat (limited to 'npc-08_nurse-takes-more-meds.patch')
-rw-r--r-- | npc-08_nurse-takes-more-meds.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/npc-08_nurse-takes-more-meds.patch b/npc-08_nurse-takes-more-meds.patch index 13ef652..03635fb 100644 --- a/npc-08_nurse-takes-more-meds.patch +++ b/npc-08_nurse-takes-more-meds.patch @@ -1,10 +1,9 @@ --- a/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json +++ b/data/json/npcs/tacoma_ranch/NPC_ranch_nurse.json -@@ -35,27 +35,67 @@ - "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.", +@@ -36,25 +36,65 @@ "repeat_responses": { "for_item": [ -- "1st_aid", + "1st_aid", + "adderall", + "adrenaline_injector", + "anesthetic_kit", @@ -33,7 +32,6 @@ + "diazepam", + "eyedrops", + "flavored_bonemeal_tablet", - "flu_shot", + "gummy_vitamins", + "inj_vitb", + "inj_iron", @@ -49,7 +47,6 @@ + "pepto", + "pills_sleep", "poppy_pain", -+ "poppy_sleep", "poppysyrup", + "prozac", + "prussian_blue", @@ -62,9 +59,10 @@ "thyme_oil", "tramadol", "vaccine_shot", -+ "vitamins", - "weak_antibiotic", +- "weak_antibiotic", - "cattail_jelly" ++ "vitamins", ++ "weak_antibiotic", + "wrapped_rad_badge", + "xanax" ], |