From f15e92310458139e91c0ec6cc4632684b0c5b339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 16 Aug 2020 18:43:51 -0700 Subject: [PATCH] turns out those are appartments --- MWSE/mods/celediel/NPCsGoHome/main.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/main.lua b/MWSE/mods/celediel/NPCsGoHome/main.lua index 156f993..e3f1ed9 100644 --- a/MWSE/mods/celediel/NPCsGoHome/main.lua +++ b/MWSE/mods/celediel/NPCsGoHome/main.lua @@ -8,11 +8,8 @@ local positions = require("celediel.NPCsGoHome.positions") -- {{{ variables and such -- Waistworks string match --- I'm probably trying too hard to avoid false positives local waistworks = { - "^[Vv]ivec,.*[Ww]aist", -- St Olms and St Delyn have Waist North|South - "^[Vv]ivec,.*[Cc]anal", -- and Canal North|South cells - "[Cc]analworks", -- These will match vanilla Molag Mar + "[Cc]analworks", -- These will match Vivec and Molag Mar "[Ww]aistworks" -- and Almas Thirr from Tamriel Rebuilt } -- these are separate because doors to underworks should be ignored