mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 10:03:15 +08:00
Merge branch 'kill-on-leave' of https://github.com/3alTemp/ballistica into kill-on-leave
This commit is contained in:
commit
f8921c95f5
@ -236,7 +236,11 @@ class PlayerSpaz(Spaz):
|
||||
and bs.time() - self.last_attacked_time < 4.0
|
||||
)
|
||||
# Immediate-mode or left-game deaths don't count as 'kills'.
|
||||
<<<<<<< HEAD
|
||||
killed = bool(
|
||||
=======
|
||||
killed = (
|
||||
>>>>>>> 1a42c50052a4f63e119d13e5bdd05d3b71498bf3
|
||||
not msg.immediate
|
||||
and msg.how is not bs.DeathType.LEFT_GAME
|
||||
or was_held
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user