diff --git a/weather.py b/weather.py index f3f4a67..51e68e3 100644 --- a/weather.py +++ b/weather.py @@ -635,7 +635,7 @@ class WeatherChains(): magic = [Twilight, ThinnedVeil, MeteorShower, Starlight, Dusk] #weathers involving breaking the fabric of spacetime sudden = [Tornado, Hurricane, Twilight, Starlight, Midnight, Downpour, Smog] #weathers that always happen and leave over 1-3 games disaster = [Hurricane, Tornado, Downpour, Blizzard] #storms - aftermath = [Midnight, Starlight, MeteorShower, SummerMist, LeafEddies, Dusk] #calm epilogues + aftermath = [Midnight, Starlight, MeteorShower, SummerMist, Dusk] #calm epilogues dictionary = { #Supernova : (magic + sudden + disaster, None), supernova happens leaguewide and shouldn't need a chain, but here just in case @@ -688,4 +688,4 @@ class WeatherChains(): current = WeatherChains.chain_weather(current) with open("data/"+name, "w", encoding='utf-8') as file: - file.write(out) \ No newline at end of file + file.write(out)