mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 22:04:18 +00:00
oops
This commit is contained in:
parent
d57380ba84
commit
9d3d2f2754
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -161,7 +161,7 @@ class Investigatore(Role):
|
|||
self.poweruses = self.refillpoweruses
|
||||
|
||||
|
||||
class Corrotto(Role, Investigatore):
|
||||
class Corrotto(Investigatore):
|
||||
"""Il corrotto è un investigatore che lavora per la Mifia."""
|
||||
icon = s.corrupt_icon
|
||||
team = 'Evil'
|
||||
|
|
Loading…
Reference in a new issue