From 0a222888eeac5f26a3595fe7d9d9ac29f9e706df Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sun, 28 Feb 2021 19:52:16 -0500 Subject: [PATCH] changed tornado activation chance --- weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather.py b/weather.py index cf2b189..508c745 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 = 1 + self.activation_chance = 0.25 self.counter = 0 def activate(self, game, result):