Hopefully fix the regionweather changing later
This commit is contained in:
parent
9d912e939b
commit
2d65ce8ce1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue