Skip to content

Commit

Permalink
Merge pull request #77043 from sparr/inhaler_in_pharmacy
Browse files Browse the repository at this point in the history
Spawn emergency drugs in pharmacy, update quests text
  • Loading branch information
Maleclypse authored Oct 16, 2024
2 parents 6a25bc4 + c827c1e commit cedcc92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
"//": "Drugs stocked by a pharmacy including prescription medications",
"items": [
{ "group": "drugs_analgesic", "prob": 100 },
{ "group": "drugs_emergency", "prob": 100 },
{ "group": "drugs_heal_simple", "prob": 100 },
{ "group": "drugs_misc", "prob": 100 },
{ "group": "drugs_rare", "prob": 100 }
Expand Down
4 changes: 2 additions & 2 deletions data/json/npcs/missiondef.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"offer": "I'm asthmatic. I need you to get an inhaler for me…",
"accepted": "Oh, thank god, thank you so much! I won't last more than a couple of days, so hurry…",
"rejected": "What?! Please, <ill_die> without your help!",
"advice": "There's a town nearby. Check pharmacies; it'll be behind the counter.",
"advice": "There's a town nearby. Check pharmacies; it'll be in the back with the good stuff.",
"inquire": "Find any inhaler yet?",
"success": "Oh thank god! I'll be right as rain in no time.",
"success_lie": "What?! You're lying, I can tell! Ugh, forget it!",
Expand Down Expand Up @@ -81,7 +81,7 @@
"offer": "I'm infected. Badly. I need you to get some good antibiotics for me…",
"accepted": "Oh, thank god, thank you so much! I won't last more than a couple of days, so hurry…",
"rejected": "What?! Please, <ill_die> without your help!",
"advice": "There's a town nearby. Check pharmacies; it'll be behind the counter, either antibiotics or broad-spectrum antibiotics will do.",
"advice": "There's a town nearby. Check pharmacies; it'll be in the back, either antibiotics or broad-spectrum antibiotics will do.",
"inquire": "Find any antibiotics yet?",
"success": "Oh thank god! I'll be right as rain in no time.",
"success_lie": "What?! You're lying, I can tell! Ugh, forget it!",
Expand Down

0 comments on commit cedcc92

Please sign in to comment.