summaryrefslogtreecommitdiff
path: root/npc-08_nurse-takes-more-meds.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-15 13:35:58 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-15 13:35:58 -0800
commitca2d457386f6187bfa4ab71fb6816bbc26368835 (patch)
treef0624fed6c64e1246f644fc2d1945ebc6c0aa540 /npc-08_nurse-takes-more-meds.patch
parentUpdated to 2022-02-04-1939 (diff)
downloadcataclysm-bn-ca2d457386f6187bfa4ab71fb6816bbc26368835.tar.xz
Updated to 2022-02-15-0614.
Add patches to allow the fmc broker and tacoma nurse to buy more items. Disable tests as they are broken with gcc 11.2
Diffstat (limited to 'npc-08_nurse-takes-more-meds.patch')
-rw-r--r--npc-08_nurse-takes-more-meds.patch74
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" }
+ },