aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 11:56:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 11:56:54 -0700
commitdf20942d8a1075421e12fe5cd3aff3ec1778a66b (patch)
treefcc4d53708596bd4ded250d241be177beca42249
parentTypo (diff)
downloadcataclysm-dda-mod_battle-maid-redone-df20942d8a1075421e12fe5cd3aff3ec1778a66b.tar.xz
Add an option for the npc maid to become a companion.
Less cute repsonses, but allows equipment sorting and pushing/swapping.
-rw-r--r--npcs/TALK_MAID_ALLY.json1
1 files changed, 1 insertions, 0 deletions
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" }
]