From a153bae72a015efce5be546c2449fdc0503671d6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 6 Jul 2017 19:54:09 +0300 Subject: [PATCH] derp --- roles/Corrotto.py | 6 +++--- strings.py | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/roles/Corrotto.py b/roles/Corrotto.py index 00f38f4..eb18c18 100644 --- a/roles/Corrotto.py +++ b/roles/Corrotto.py @@ -3,10 +3,10 @@ import strings as s class Corrotto(Role): """Il corrotto è un investigatore che lavora per la Mifia.""" - icon = s.detective_icon + icon = s.corrupt_icon team = 'Evil' - name = s.detective_name - powerdesc = s.detective_power_description + name = s.corrupt_name + powerdesc = s.corrupt_power_description refillpoweruses = 1 def __init__(self, player): diff --git a/strings.py b/strings.py index 004b408..bc40d13 100644 --- a/strings.py +++ b/strings.py @@ -148,12 +148,18 @@ intern_changed_role = "Lo stagista ha finito il tirocinio ed ha imparato i segre intern_chaos_summoned = "Il *\U0001F479 Signore del Caos* e il suo fedele servitore sono scesi sulla Terra.\n" \ "Preparatevi... a non capirci più niente." -#TODO: Corrotto: icona +# Corrotto: icona corrupt_icon = "CAMBIAMI" # Corrotto: nome ruolo corrupt_name = "Corrotto" +# Corrotto: descrizione potere +corrupt_power_description = "Puoi indagare sul vero ruolo di una persona una volta al giorno.\n" \ + "Per indagare su qualcuno, scrivi in questa chat:\n" \ + "`/power {gamename} nomeutentebersaglio`\n" \ + "Sei praticamente un Investigatore, solo che lavori per la Mifia!\n" + # Signore del Caos: icona chaos_lord_icon = "\U0001F479"