Merge pull request #5312 from WolfGaming/CamoFix

Fixes #5049 Camo Pillbox not decloaking when attacking
This commit is contained in:
Paul Chote
2014-05-15 00:44:29 +12:00

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);
}
}