added tracking of deaths as well as kills
This commit is contained in:
@@ -68,7 +68,8 @@ namespace OpenRA.Mods.RA
|
||||
while (!cargo.IsEmpty(self))
|
||||
{
|
||||
chronosphere.Owner.Kills++;
|
||||
cargo.Unload(self);
|
||||
var a = cargo.Unload(self);
|
||||
a.Owner.Deaths++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user