diff --git a/src/OutfitSystem.cpp b/src/OutfitSystem.cpp index 704b906..a87f880 100644 --- a/src/OutfitSystem.cpp +++ b/src/OutfitSystem.cpp @@ -604,7 +604,10 @@ if (keywords.empty()) { type_str = "worldcell"; type = LocationType::World; - } else if (keywords.count("LocTypeHabitation")) { + } else if ( + keywords.count("LocTypeHabitation") || + keywords.count("LocTypeDwelling") || + keywords.count("TGBusiness")) { type_str = "town"; type = LocationType::Town; } else if (keywords.count("LocTypeDungeon")) {