fix grammar mistake in headshot message
This commit is contained in:
parent
b93bf38894
commit
6f16848302
@ -1816,7 +1816,7 @@ def shoot(cli, nick, chann_, rest):
|
||||
if not del_player(cli, victim):
|
||||
return
|
||||
elif random.random() <= var.MANSLAUGHTER_CHANCE:
|
||||
cli.msg(chan, ("\u0002{0}\u0002 is a not a wolf "+
|
||||
cli.msg(chan, ("\u0002{0}\u0002 is not a wolf "+
|
||||
"but was accidentally fatally injured.").format(victim))
|
||||
cli.msg(chan, "The village has sacrificed a \u0002{0}\u0002.".format(victimrole))
|
||||
var.LOGGER.logMessage("{0} is not a wolf but was accidentally fatally injured.".format(victim))
|
||||
|
Loading…
Reference in New Issue
Block a user