Skip to content

Commit

Permalink
Merge pull request #70844 from MNG-cataclysm/scrapper_soldering_wire_fix
Browse files Browse the repository at this point in the history
Scrapper NPC now calls soldering wire solder.
  • Loading branch information
Maleclypse authored Jan 14, 2024
2 parents 414d97c + 50acc8d commit b1baee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/npcs/scrap_trader/scrap_trader_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
{
"id": "MISSION_SCRAP_TRADER_GET_100_SOLDER",
"type": "mission_definition",
"name": "Obtain 100 Solder Wire",
"description": "Obtain 100 soldering wire in exchange for credit with the scrap merchant.",
"name": "Obtain 100 Solder",
"description": "Obtain 100 solder in exchange for credit with the scrap merchant.",
"goal": "MGOAL_FIND_ITEM",
"item": "solder_wire",
"count": 100,
Expand All @@ -65,7 +65,7 @@
"has_generic_rewards": true,
"dialogue": {
"describe": "I need help…",
"offer": "That machine I put together needs some repairs on it, but I'm out of soldering wire. If you could get me about 100 spools, I'll pay you for it.",
"offer": "That machine I put together needs some repairs on it, but I'm out of solder. If you could get me about 100 spools, I'll pay you for it.",
"advice": "An electronics store might have some.",
"accepted": "I'll be here when you get back. Good luck!",
"rejected": "Someone's got to do it.",
Expand Down

0 comments on commit b1baee9

Please sign in to comment.