Restrict cavern & labyrinth to inside

This commit is contained in:
Kurt
2023-12-18 08:03:50 -08:00
parent 9c0e9c31da
commit e371e87f1b

View File

@@ -114,8 +114,8 @@ public static bool CanSpawnInWeather(RibbonIndex mark, byte loc)
186 => Standard, // Coastal Plaza
188 => Standard, // Canyon Plaza
190 => Standard, // Polar Plaza
192 => Standard, // Chargestone Cavern
194 => Standard, // Torchlit Labyrinth
192 => Inside, // Chargestone Cavern
194 => Inside, // Torchlit Labyrinth
_ => None,
};