Skip to content

Commit

Permalink
Merge pull request #48808 from Fris0uman/magicQuest
Browse files Browse the repository at this point in the history
Pick Magiclysm NPC mission dialogue fix from BN
  • Loading branch information
ZhilkinSerg authored May 14, 2021
2 parents 96dd14b + c54a89a commit 925954e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/npc/TALK_HEALER_GREY.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{ "text": "Wanna get outta here?", "topic": "TALK_SUGGEST_FOLLOW" },
{ "text": "Let's trade items.", "topic": "TALK_HEALER_GREY", "effect": "start_trade" },
{ "text": "Can I do anything for you?", "topic": "TALK_MISSION_OFFER" },
{ "text": "Can I do anything for you?", "topic": "TALK_MISSION_LIST" },
{ "text": "About the mission…", "topic": "TALK_MISSION_INQUIRE", "condition": "has_assigned_mission" },
{
"text": "About one of those missions…",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/npc/TALK_OLD_MAGUS.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{ "text": "Let's trade items.", "topic": "TALK_OLD_MAGUS", "effect": "start_trade" },
{
"text": "Can I do anything for you?",
"topic": "TALK_MISSION_OFFER",
"topic": "TALK_MISSION_LIST",
"condition": {
"and": [
{ "not": "has_assigned_mission" },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/npc/TALK_TECHNO_KID.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{ "text": "Wanna get outta here?", "topic": "TALK_SUGGEST_FOLLOW" },
{ "text": "Let's trade items.", "topic": "TALK_TECHNO_KID", "effect": "start_trade" },
{ "text": "Can I do anything for you?", "topic": "TALK_MISSION_OFFER" },
{ "text": "Can I do anything for you?", "topic": "TALK_MISSION_LIST" },
{ "text": "About the mission…", "topic": "TALK_MISSION_INQUIRE", "condition": "has_assigned_mission" },
{
"text": "About one of those missions…",
Expand Down

0 comments on commit 925954e

Please sign in to comment.