diff --git a/main.py b/main.py index 5d31f53..516fd0c 100644 --- a/main.py +++ b/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'