From e63f08cce05694e4c142be7289b9e89284eefc4b Mon Sep 17 00:00:00 2001 From: Sakimori Date: Mon, 1 Mar 2021 19:38:38 -0500 Subject: [PATCH] increased tornado proc rate --- weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):