From 9d3d2f2754fd3c4a6cef5ca68d21a38cb0f30f24 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 6 Jul 2017 18:36:03 +0300 Subject: [PATCH] oops --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'