mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +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
|
// 50 points for waffe kills
|
||||||
if(arc_owner.classname == "player") {
|
if(arc_owner.classname == "player") {
|
||||||
|
arc_owner.kills += 1;
|
||||||
addmoney(arc_owner, 50, true);
|
addmoney(arc_owner, 50, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue