mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
SERVER: Fix kill stat for wunderwaffe
This commit is contained in:
parent
38a6f72edd
commit
1856d57e27
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ void(entity hit_ent, entity arc_parent, entity arc_owner, float arc_num, float d
|
|||
|
||||
// 50 points for waffe kills
|
||||
if(arc_owner.classname == "player") {
|
||||
arc_owner.kills += 1;
|
||||
addmoney(arc_owner, 50, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue