From 3a92c92c92b8a5c4116ae2e735500bc33d783a4f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 04:02:54 -0700 Subject: Fix maid not being placable Make maid npc class explicit --- npcs/npcs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npcs/npcs.json') diff --git a/npcs/npcs.json b/npcs/npcs.json index 19962a9..3de8c59 100644 --- a/npcs/npcs.json +++ b/npcs/npcs.json @@ -1,8 +1,8 @@ [ { "type": "npc", - "id": "shoggoth_maid", - "name_suffix": "Shoggoth Maid", + "id": "shoggoth_maid_npc", + "name_suffix": "Demon Maid", "class": "NC_SHOGGOTH_MAID", "gender": "female", "attitude": 3, -- cgit v1.2.1