diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 11:56:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 11:56:54 -0700 |
commit | df20942d8a1075421e12fe5cd3aff3ec1778a66b (patch) | |
tree | fcc4d53708596bd4ded250d241be177beca42249 /npcs | |
parent | Typo (diff) | |
download | cataclysm-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.
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/TALK_MAID_ALLY.json | 1 |
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" } ] |