turns out those are appartments
This commit is contained in:
parent
53d522adf3
commit
f15e923104
|
@ -8,11 +8,8 @@ local positions = require("celediel.NPCsGoHome.positions")
|
||||||
|
|
||||||
-- {{{ variables and such
|
-- {{{ variables and such
|
||||||
-- Waistworks string match
|
-- Waistworks string match
|
||||||
-- I'm probably trying too hard to avoid false positives
|
|
||||||
local waistworks = {
|
local waistworks = {
|
||||||
"^[Vv]ivec,.*[Ww]aist", -- St Olms and St Delyn have Waist North|South
|
"[Cc]analworks", -- These will match Vivec and Molag Mar
|
||||||
"^[Vv]ivec,.*[Cc]anal", -- and Canal North|South cells
|
|
||||||
"[Cc]analworks", -- These will match vanilla Molag Mar
|
|
||||||
"[Ww]aistworks" -- and Almas Thirr from Tamriel Rebuilt
|
"[Ww]aistworks" -- and Almas Thirr from Tamriel Rebuilt
|
||||||
}
|
}
|
||||||
-- these are separate because doors to underworks should be ignored
|
-- these are separate because doors to underworks should be ignored
|
||||||
|
|
Loading…
Reference in a new issue