Skip to content

Commit

Permalink
Merge branch 'pull/fix_boris_merchant_payment' into play_2021
Browse files Browse the repository at this point in the history
* pull/fix_boris_merchant_payment:
  Allow the player to return with more merch to pay the merchant for cleanup help.
  • Loading branch information
pjf committed Jul 18, 2021
2 parents 3d0fd8c + e46eaea commit 9bc2d0a
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@
"type": "talk_topic",
"id": "TALK_EVAC_MERCHANT_Boris_Mission_1",
"dynamic_line": "Hmm. Most of the people downstairs aren't willing to come up for things like that. If you sweeten the pot a bit, we could get a few folks I'm sure.",
"speaker_effect": { "effect": { "npc_add_var": "cleanup_asked", "type": "mission", "context": "Boris_mission_1", "value": "yes" } },
"responses": [
{
"text": "How about five Merch to do it?",
Expand All @@ -482,18 +481,24 @@
"condition": { "u_has_items": { "item": "FMCNote", "count": 10 } },
"effect": { "u_adjust_var": "Boris_mission_1", "type": "mission", "context": "cleanup_promises", "adjustment": 3 },
"topic": "TALK_EVAC_MERCHANT_Boris_Mission_1c"
},
{
"text": "I might come back with some more Merch then…",
"topic": "TALK_EVAC_MERCHANT"
}
]
},
{
"type": "talk_topic",
"id": "TALK_EVAC_MERCHANT_Boris_Mission_1b",
"dynamic_line": "Sure. Five Merch is definitely enough to get someone off guard duty to help you out."
"dynamic_line": "Sure. Five Merch is definitely enough to get someone off guard duty to help you out.",
"speaker_effect": { "effect": { "npc_add_var": "cleanup_asked", "type": "mission", "context": "Boris_mission_1", "value": "yes" } }
},
{
"type": "talk_topic",
"id": "TALK_EVAC_MERCHANT_Boris_Mission_1c",
"dynamic_line": "Woah, you're really intent hey? Okay, if you feel so strongly, ten Merch is enough to get a couple people out of guard duty to help, and you know what? If you feel that strongly about it, I'll come help out in my down time too. I respect someone putting their money where their mouth is."
"dynamic_line": "Woah, you're really intent hey? Okay, if you feel so strongly, ten Merch is enough to get a couple people out of guard duty to help, and you know what? If you feel that strongly about it, I'll come help out in my down time too. I respect someone putting their money where their mouth is.",
"speaker_effect": { "effect": { "npc_add_var": "cleanup_asked", "type": "mission", "context": "Boris_mission_1", "value": "yes" } }
},
{
"id": "MISSION_FREE_MERCHANTS_EVAC_1",
Expand Down

0 comments on commit 9bc2d0a

Please sign in to comment.