Skip to content

Commit

Permalink
Fixed Luo's conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Nov 28, 2023
1 parent 17d4288 commit 1619c5c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data/json/npcs/your_followers/luo_follower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
"condition": { "and": [ "at_safe_space", { "not": "is_by_radio" } ] },
"topic": "TALK_LUO_SOCIAL"
},
{
"text": "I just wanted to talk for a bit.",
"condition": { "and": [ "at_safe_space", { "not": "is_by_radio" } ] },
"topic": "TALK_LUO_SOCIAL"
},
{ "text": "Can you help me understand something? (HELP/TUTORIAL)", "topic": "TALK_ALLY_TUTORIAL" },
{ "text": "I'm going to go my own way for a while.", "topic": "TALK_LEAVE" },
{ "text": "Let's go.", "topic": "TALK_DONE" }
]
},
Expand Down Expand Up @@ -180,6 +177,8 @@
"topic": "TALK_DONE",
"effect": "dismount"
},
{ "text": "Let's talk about your current activity.", "topic": "TALK_ACTIVITIES" },
{ "text": "Let's talk about the camp.", "topic": "TALK_CAMP" },
{ "text": "Change your martial arts style.", "topic": "TALK_DONE", "effect": "pick_style" },
{ "text": "Let's go.", "topic": "TALK_DONE" }
]
Expand Down

0 comments on commit 1619c5c

Please sign in to comment.