From 3b52d3b9e822db0424e6f50002b0cc0a7c1b9b72 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 21 Jan 2022 20:11:27 -0800 Subject: Fix pretty trait being given to maids twice. --- npcs/classes.json | 3 +-- 1 file changed, 1 insertion(+), 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", -- cgit v1.2.1