changed tornado activation chance

This commit is contained in:
Sakimori 2021-02-28 19:52:16 -05:00
parent 0d2d64bc01
commit 0a222888ee

View file

@ -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):