Fix typo in werecrow message
This commit is contained in:
parent
ecc17933d9
commit
868ef5c74e
@ -4378,7 +4378,7 @@ def transition_night(cli):
|
|||||||
'only detectives can.').format(cursed))
|
'only detectives can.').format(cursed))
|
||||||
elif role == "werecrow":
|
elif role == "werecrow":
|
||||||
pm(cli, wolf, ('You are a \u0002werecrow\u0002. You are able to fly at night. '+
|
pm(cli, wolf, ('You are a \u0002werecrow\u0002. You are able to fly at night. '+
|
||||||
'Use "kill <nick>" to kill a a villager. Alternatively, you can '+
|
'Use "kill <nick>" to kill a villager. Alternatively, you can '+
|
||||||
'use "observe <nick>" to check if someone is in bed or not. '+
|
'use "observe <nick>" to check if someone is in bed or not. '+
|
||||||
'Observing will prevent you from participating in a killing.'))
|
'Observing will prevent you from participating in a killing.'))
|
||||||
elif role == "hag":
|
elif role == "hag":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user