Hopefully fix the regionweather changing later

This commit is contained in:
JappaWakka 2024-04-24 18:31:02 +02:00
parent 9d912e939b
commit 2d65ce8ce1
1 changed files with 2 additions and 0 deletions

View File

@ -15,8 +15,10 @@
Screen.Level.WeatherType = int(argument) Screen.Level.WeatherType = int(argument)
Case "setregionweather" Case "setregionweather"
World.RegionWeather = CType(int(argument), World.Weathers) World.RegionWeather = CType(int(argument), World.Weathers)
World.RegionWeatherSet = True
Case "resetregionweather" Case "resetregionweather"
World.RegionWeather = World.GetRegionWeather(World.CurrentSeason) World.RegionWeather = World.GetRegionWeather(World.CurrentSeason)
World.RegionWeatherSet = False
Case "setseason" Case "setseason"
If int(argument) = -1 Then If int(argument) = -1 Then
World.setSeason = Nothing World.setSeason = Nothing