1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-22 13:54:19 +00:00
This commit is contained in:
Steffo 2017-07-06 18:36:03 +03:00
parent d57380ba84
commit 9d3d2f2754

View file

@ -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'