Fix oversight
This commit is contained in:
parent
d89534f259
commit
b73d4e79c1
@ -213,7 +213,7 @@ def on_transition_night_end(evt, var):
|
||||
to_send = "vengeful_ghost_notify"
|
||||
if v_ghost.prefers_simple():
|
||||
to_send = "vengeful_ghost_simple"
|
||||
v_ghost.send(messages[to_send].format(who), who.capitalize() + ": " + ", ".join(pl), sep="\n")
|
||||
v_ghost.send(messages[to_send].format(who), who.capitalize() + ": " + ", ".join(p.nick for p in pl), sep="\n")
|
||||
debuglog("GHOST: {0} (target: {1}) - players: {2}".format(v_ghost, who, ", ".join(p.nick for p in pl)))
|
||||
|
||||
@event_listener("myrole")
|
||||
|
Loading…
Reference in New Issue
Block a user