Skip to content

Commit

Permalink
Merge pull request #37059 from John-Candlebury/hub-mission
Browse files Browse the repository at this point in the history
Fix first intercom mission dialogue chain
  • Loading branch information
ZhilkinSerg authored Jan 15, 2020
2 parents 1758fc9 + 76b98a0 commit 68d5fc3
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,30 @@
"type": "talk_topic",
"dynamic_line": "Theres nothing you could do for us, now leave before I'm forced to…\n[You hear a short, muffled conversation from across the intercom]\n\nthe intercom: Well, it seems we do have some use for you. It's a dangerous task, but if you complete it we will allow you limited trading access.",
"responses": [
{ "text": "Tell me about it.", "topic": "TALK_MISSION_OFFER" },
{ "text": "Tell me about it.", "topic": "MISSION_ROBOFAC_INTERCOM_1_OFFER" },
{ "text": "I'm not risking myself for a deal that bad.", "topic": "TALK_DONE" }
]
},
{
"id": "MISSION_ROBOFAC_INTERCOM_1_OFFER",
"type": "talk_topic",
"dynamic_line": "One of our scientists recently left the lab to perform a field test on a prototype robot, but failed to return, and has not been heard of since. Investigate the test and return with her and the prototype. Failing that, return with the data recorder that was attached to our prototype.",
"responses": [
{
"text": "I'll do it!",
"topic": "MISSION_ROBOFAC_INTERCOM_1_ACCEPTED",
"effect": { "add_mission": "MISSION_ROBOFAC_INTERCOM_1" }
},
{ "text": "Not interested.", "topic": "TALK_DONE" }
]
},
{
"id": "MISSION_ROBOFAC_INTERCOM_1_ACCEPTED",
"type": "talk_topic",
"dynamic_line": "We appreciate your help, good luck.",
"responses": [
{ "text": "Got any advice?", "topic": "TALK_MISSION_ADVICE" },
{ "text": "I'll be back soon!", "topic": "TALK_DONE" }
]
}
]

0 comments on commit 68d5fc3

Please sign in to comment.