ensure retribution_kill event for VG fires after "@wolves" is replaced with a nick
This commit is contained in:
parent
29d8423b25
commit
0361c62406
@ -171,7 +171,7 @@ def on_transition_day6(evt, cli, var):
|
|||||||
# important, otherwise our del_player listener messages the vg
|
# important, otherwise our del_player listener messages the vg
|
||||||
del KILLS[k]
|
del KILLS[k]
|
||||||
|
|
||||||
@event_listener("retribution_kill") # FIXME: This function, and all of the event
|
@event_listener("retribution_kill", priority=6) # FIXME: This function, and all of the event
|
||||||
def on_retribution_kill(evt, cli, var, victim, orig_target):
|
def on_retribution_kill(evt, cli, var, victim, orig_target):
|
||||||
t = evt.data["target"]
|
t = evt.data["target"]
|
||||||
if users._get(t) in GHOSTS:
|
if users._get(t) in GHOSTS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user