diff --git a/weather.py b/weather.py index 508c745..858cf90 100644 --- a/weather.py +++ b/weather.py @@ -343,7 +343,7 @@ class Tornado(Weather): def __init__(self, game): self.name = "Tornado" self.emoji = "🌪" - self.activation_chance = 0.25 + self.activation_chance = 0.33 self.counter = 0 def activate(self, game, result):