From df20942d8a1075421e12fe5cd3aff3ec1778a66b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 11:56:54 -0700 Subject: Add an option for the npc maid to become a companion. Less cute repsonses, but allows equipment sorting and pushing/swapping. --- npcs/TALK_MAID_ALLY.json | 1 + 1 file changed, 1 insertion(+) diff --git a/npcs/TALK_MAID_ALLY.json b/npcs/TALK_MAID_ALLY.json index 1907357..f0107a9 100644 --- a/npcs/TALK_MAID_ALLY.json +++ b/npcs/TALK_MAID_ALLY.json @@ -21,6 +21,7 @@ }, { "text": "There's something I want you to do.", "topic": "TALK_MAID_ORDERS" }, { "text": "I just wanted to talk for a bit.", "topic": "TALK_MAID_SOCIAL" }, + { "text": "I'd like you to join on as my companion.", "topic": "TALK_SUGGEST_FOLLOW" }, { "text": "I'm going to go my own way for a while.", "topic": "TALK_LEAVE" }, { "text": "Let's go.", "topic": "TALK_DONE" } ] -- cgit v1.2.1