Skip to content

Commit

Permalink
Merge pull request #34279 from Night-Pryanik/starting-text-fix
Browse files Browse the repository at this point in the history
Replaced text  mentioning shelter in starting dialogue with a generic text
  • Loading branch information
ZhilkinSerg authored Sep 28, 2019
2 parents 17bda9e + 8c95002 commit 6f2ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/npcs/TALK_COMMON_OTHER.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{ "text": "Can I do anything for you?", "topic": "TALK_MISSION_LIST" },
{ "text": "Want to travel with me?", "topic": "TALK_SUGGEST_FOLLOW", "condition": { "not": "npc_following" } },
{ "text": "Let's trade items.", "topic": "TALK_NONE", "effect": "start_trade" },
{ "text": "I can't leave the shelter without equipment.", "topic": "TALK_SHARE_EQUIPMENT" },
{ "text": "Want to share some useful items with me?", "topic": "TALK_SHARE_EQUIPMENT" },
{ "text": "Well, bye.", "topic": "TALK_DONE" }
]
},
Expand Down

0 comments on commit 6f2ea9e

Please sign in to comment.