mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Update DMGame.cs
This commit is contained in:
parent
0360b84ff5
commit
67cb7b5c2b
1 changed files with 2 additions and 2 deletions
|
|
@ -257,7 +257,7 @@ function ProcessBonusDM(%game, %clVictim, %clKiller, %damageType, %implement, %d
|
||||||
if(%clKiller $= "" || %clVictim.killCounter < 3)
|
if(%clKiller $= "" || %clVictim.killCounter < 3)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(%clVictim == %clKiller || %clVictim.lastDeathSuicide)
|
if(%clVictim == %clKiller || %damageType == $DamageType::Suicide || %damageType == $DamageType::Lava || %damageType == $DamageType::OutOfBounds || %damageType == $DamageType::Ground || %damageType == $DamageType::Lightning)
|
||||||
{
|
{
|
||||||
messageAll('Msgding', '\c2%1\'s Kill Streak has ended. No bonus rewarded.', %clVictim.name, %clVictim.killCounter);
|
messageAll('Msgding', '\c2%1\'s Kill Streak has ended. No bonus rewarded.', %clVictim.name, %clVictim.killCounter);
|
||||||
%game.lastGuy = 0;
|
%game.lastGuy = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue