mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-15 04:46:01 -05:00
Restrict cavern & labyrinth to inside
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user