mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 22:04:18 +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):
|
class Corrotto(Role):
|
||||||
"""Il corrotto è un investigatore che lavora per la Mifia."""
|
"""Il corrotto è un investigatore che lavora per la Mifia."""
|
||||||
icon = s.detective_icon
|
icon = s.corrupt_icon
|
||||||
team = 'Evil'
|
team = 'Evil'
|
||||||
name = s.detective_name
|
name = s.corrupt_name
|
||||||
powerdesc = s.detective_power_description
|
powerdesc = s.corrupt_power_description
|
||||||
refillpoweruses = 1
|
refillpoweruses = 1
|
||||||
|
|
||||||
def __init__(self, player):
|
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" \
|
intern_chaos_summoned = "Il *\U0001F479 Signore del Caos* e il suo fedele servitore sono scesi sulla Terra.\n" \
|
||||||
"Preparatevi... a non capirci più niente."
|
"Preparatevi... a non capirci più niente."
|
||||||
|
|
||||||
#TODO: Corrotto: icona
|
# Corrotto: icona
|
||||||
corrupt_icon = "CAMBIAMI"
|
corrupt_icon = "CAMBIAMI"
|
||||||
|
|
||||||
# Corrotto: nome ruolo
|
# Corrotto: nome ruolo
|
||||||
corrupt_name = "Corrotto"
|
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
|
# Signore del Caos: icona
|
||||||
chaos_lord_icon = "\U0001F479"
|
chaos_lord_icon = "\U0001F479"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue