diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 20:11:27 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 20:11:27 -0800 |
commit | 3b52d3b9e822db0424e6f50002b0cc0a7c1b9b72 (patch) | |
tree | d0a892080e676aaeb092eb076cc9b5d00d2fdb73 /npcs | |
parent | Add looks_like to the new books. (diff) | |
download | cataclysm-dda-mod_battle-maid-redone-3b52d3b9e822db0424e6f50002b0cc0a7c1b9b72.tar.xz |
Fix pretty trait being given to maids twice.
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/classes.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npcs/classes.json b/npcs/classes.json index e6fe481..ed0eb49 100644 --- a/npcs/classes.json +++ b/npcs/classes.json @@ -24,8 +24,7 @@ [ "PRETTY", 100 ], [ "QUICK", 100 ], [ "STYLISH", 100 ], - [ "SQUEAMISH", 100 ], - [ "PRETTY", 100 ] + [ "SQUEAMISH", 100 ] ], "worn_override": "NC_SHOGGOTH_MAID_worn", "carry_override": "NC_SHOGGOTH_MAID_carried", |