Skip to content

Commit

Permalink
Merge pull request #56213 from Faalagorn/patch-7
Browse files Browse the repository at this point in the history
Add missing dot for dialog response
  • Loading branch information
ZhilkinSerg authored Mar 20, 2022
2 parents 6d104da + 66e978e commit 7bc010c
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 @@ -507,7 +507,7 @@
{
"id": [ "TALK_SIZE_UP", "TALK_LOOK_AT", "TALK_OPINION", "TALK_SHOUT" ],
"type": "talk_topic",
"responses": [ { "text": "Okay", "topic": "TALK_NONE" } ]
"responses": [ { "text": "Okay.", "topic": "TALK_NONE" } ]
},
{
"id": "TALK_DELIVER_ASK",
Expand Down

0 comments on commit 7bc010c

Please sign in to comment.