made meteor shower not 100%

This commit is contained in:
Sakimori 2021-02-25 19:30:36 -05:00
parent bd0a1af03e
commit 65fde63898

View file

@ -297,7 +297,7 @@ class MeteorShower(Weather):
def __init__(self, game): def __init__(self, game):
self.name = "Meteor Shower" self.name = "Meteor Shower"
self.emoji = "🌠" self.emoji = "🌠"
self.activation_chance = 1 self.activation_chance = 0.13
def activate(self, game, result): def activate(self, game, result):
if random.random() < self.activation_chance and game.occupied_bases() != {}: if random.random() < self.activation_chance and game.occupied_bases() != {}: