diff --git a/modules/Acro.py b/modules/Acro.py index 0494b0e..7142e29 100644 --- a/modules/Acro.py +++ b/modules/Acro.py @@ -172,8 +172,7 @@ class Acro(Module): self.game.rounds.append(self.AcroRound()) acro = self._generate_acro() self.game.rounds[-1].acro = acro - sleep_time = self.game.rounds[-1].seconds_to_submit + - (self.seconds_to_submit_step * (len(acro)-3)) + sleep_time = self.game.rounds[-1].seconds_to_submit + (self.game.rounds[-1].seconds_to_submit_step * (len(acro)-3)) self.sendmsg(self.game.connection, self.game.channel, "the round has started! your acronym is '{0:s}'. ".format(acro) +