Fixes Camo Pillbox not decloaking when attacking

This commit is contained in:
WolfGaming
2014-05-14 01:12:18 +00:00
parent a420fa7d28
commit 5496636933

View File

@@ -172,6 +172,8 @@ namespace OpenRA.Mods.RA
muzzles.Add(muzzleFlash);
muzzleAnim.PlayThen(sequence, () => muzzles.Remove(muzzleFlash));
}
foreach (var npa in self.TraitsImplementing<INotifyAttack>())
npa.Attacking(self, target, a, barrel);
}
}