made meteor shower not 100%
This commit is contained in:
parent
bd0a1af03e
commit
65fde63898
|
@ -297,7 +297,7 @@ class MeteorShower(Weather):
|
|||
def __init__(self, game):
|
||||
self.name = "Meteor Shower"
|
||||
self.emoji = "🌠"
|
||||
self.activation_chance = 1
|
||||
self.activation_chance = 0.13
|
||||
|
||||
def activate(self, game, result):
|
||||
if random.random() < self.activation_chance and game.occupied_bases() != {}:
|
||||
|
|
Loading…
Reference in a new issue