Paintball stats.
This commit is contained in:
parent
cdb9741438
commit
b8597d7161
@ -274,6 +274,9 @@ public class Paintball extends TeamGame
|
|||||||
PlayerOut(damagee);
|
PlayerOut(damagee);
|
||||||
|
|
||||||
AddGems(damager, 2, "Kills", true, true);
|
AddGems(damager, 2, "Kills", true, true);
|
||||||
|
|
||||||
|
AddStat(damager, "Kills", 1, false, false);
|
||||||
|
AddStat(damagee, "Deaths", 1, false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Hit Sound
|
//Hit Sound
|
||||||
|
Loading…
Reference in New Issue
Block a user