diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 04:02:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 04:02:54 -0700 |
commit | 3a92c92c92b8a5c4116ae2e735500bc33d783a4f (patch) | |
tree | e80ce566a6aeb9b1239c79d44a495a4e66081291 /npcs | |
parent | More clutter to go (diff) | |
download | cataclysm-dda-mod_battle-maid-redone-3a92c92c92b8a5c4116ae2e735500bc33d783a4f.tar.xz |
Fix maid not being placable
Make maid npc class explicit
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/npcs.json | 4 |
1 files changed, 2 insertions, 2 deletions
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, |