mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
cambiato alcuni valori
This commit is contained in:
parent
92cac79920
commit
ffe398f631
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ class Disastro(Role):
|
||||||
team = 'Good'
|
team = 'Good'
|
||||||
name = s.detective_name
|
name = s.detective_name
|
||||||
powerdesc = s.detective_power_description
|
powerdesc = s.detective_power_description
|
||||||
value = 5
|
value = -5
|
||||||
refillpoweruses = 1
|
refillpoweruses = 1
|
||||||
|
|
||||||
def __init__(self, player):
|
def __init__(self, player):
|
||||||
|
@ -26,7 +26,7 @@ class Disastro(Role):
|
||||||
self.poweruses -= 1
|
self.poweruses -= 1
|
||||||
randomrole = game.getrandomrole()
|
randomrole = game.getrandomrole()
|
||||||
while isinstance(target.role, randomrole):
|
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()
|
randomrole = game.getrandomrole()
|
||||||
self.player.message(bot, s.detective_discovery.format(target=target.tusername,
|
self.player.message(bot, s.detective_discovery.format(target=target.tusername,
|
||||||
icon=randomrole.icon,
|
icon=randomrole.icon,
|
||||||
|
|
|
@ -7,7 +7,7 @@ class Investigatore(Role):
|
||||||
team = 'Good'
|
team = 'Good'
|
||||||
name = s.detective_name
|
name = s.detective_name
|
||||||
powerdesc = s.detective_power_description
|
powerdesc = s.detective_power_description
|
||||||
value = 100
|
value = 85
|
||||||
refillpoweruses = 1
|
refillpoweruses = 1
|
||||||
|
|
||||||
def __init__(self, player):
|
def __init__(self, player):
|
||||||
|
|
Loading…
Reference in a new issue