aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:58:48 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:58:48 -0800
commitc3be7ebcd4be5b4bf22623cc963b32e0df62002b (patch)
treeb7a4e569cd92a2a0b8e524d869cdf052627ca140
parentRebalance to hit values. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-c3be7ebcd4be5b4bf22623cc963b32e0df62002b.tar.xz
Fix friendly_msg -> summon_msg on mistress npc spawning item.
-rw-r--r--tools.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.json b/tools.json
index 6a3a026..a70a44e 100644
--- a/tools.json
+++ b/tools.json
@@ -108,7 +108,7 @@
"use_action": {
"type": "place_npc",
"npc_class_id": "mistress_npc",
- "friendly_msg": "'Everything that has happened is so terrible. But you will keep me safe, servant.'",
+ "summon_msg": "'Everything that has happened is so terrible. But you will keep me safe, servant.'",
"place_randomly": false
}
},