Reset kill streak on death

This commit is contained in:
Sofia 2026-07-25 21:27:28 +03:00
parent b10acbeb96
commit 29a98c686c

View File

@ -905,6 +905,8 @@ impl Game {
};
if let Some(player) = self.find_player_mut(player_id) {
player.killing_spree = 0;
player.killing_spree_cd = 0.;
player.data.deaths += 1;
}
self.run_deferred(move |s| {