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"