Add missing bolding + period & fix format string
This commit is contained in:
parent
66fe0ec167
commit
f65f48c70d
@ -3602,9 +3602,9 @@ def transition_day(cli, gameid=0):
|
||||
if victim not in var.TOBEMISDIRECTED:
|
||||
var.TOBEMISDIRECTED.append(victim)
|
||||
else:
|
||||
debuglog("{0} (1): INVALID TOTEM {2} TO {3}".format(shaman, var.get_role(shaman), totemname, victim))
|
||||
debuglog("{0} {1}: INVALID TOTEM {2} TO {3}".format(shaman, var.get_role(shaman), totemname, victim))
|
||||
if target != victim:
|
||||
pm(cli, shaman, "It seems that {0} now has the totem you gave out last night".format(victim))
|
||||
pm(cli, shaman, "It seems that \u0002{0}\u0002 now has the totem you gave out last night.".format(victim))
|
||||
var.LASTGIVEN[shaman] = victim
|
||||
havetotem = sorted(x for x in var.LASTGIVEN.values() if x)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user