diff --git a/roles/Disastro.py b/roles/Disastro.py index c98bc58..b0aca4a 100644 --- a/roles/Disastro.py +++ b/roles/Disastro.py @@ -8,7 +8,7 @@ class Disastro(Role): team = 'Good' name = s.detective_name powerdesc = s.detective_power_description - value = 5 + value = -5 refillpoweruses = 1 def __init__(self, player): @@ -26,7 +26,7 @@ class Disastro(Role): self.poweruses -= 1 randomrole = game.getrandomrole() while isinstance(target.role, randomrole): - # TODO: se ci fossero solo disastri in una partits cosa succederebbe? + # TODO: se ci fossero solo disastri in una partita cosa succederebbe? randomrole = game.getrandomrole() self.player.message(bot, s.detective_discovery.format(target=target.tusername, icon=randomrole.icon, diff --git a/roles/Investigatore.py b/roles/Investigatore.py index 16b09e1..a6662fb 100644 --- a/roles/Investigatore.py +++ b/roles/Investigatore.py @@ -7,7 +7,7 @@ class Investigatore(Role): team = 'Good' name = s.detective_name powerdesc = s.detective_power_description - value = 100 + value = 85 refillpoweruses = 1 def __init__(self, player):