Merge pull request #12999 from reaperrr/RevealOnDeath

Add RevealOnDeath trait
This commit is contained in:
Paul Chote
2017-05-01 11:17:18 +01:00
committed by GitHub
5 changed files with 98 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenRA.Mods.Common.Activities
info.ExplosionWeapon.Impact(Target.FromPos(self.CenterPosition), self, Enumerable.Empty<int>());
}
self.Dispose();
self.Kill(self);
return null;
}