mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
derp
This commit is contained in:
parent
6c58e34ff4
commit
a153bae72a
2 changed files with 10 additions and 4 deletions
|
@ -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):
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue