From c3be7ebcd4be5b4bf22623cc963b32e0df62002b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 10:58:48 -0800 Subject: Fix friendly_msg -> summon_msg on mistress npc spawning item. --- tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }, -- cgit v1.2.1