Merge pull request #5312 from WolfGaming/CamoFix
Fixes #5049 Camo Pillbox not decloaking when attacking
This commit is contained in:
@@ -172,6 +172,8 @@ namespace OpenRA.Mods.RA
|
|||||||
muzzles.Add(muzzleFlash);
|
muzzles.Add(muzzleFlash);
|
||||||
muzzleAnim.PlayThen(sequence, () => muzzles.Remove(muzzleFlash));
|
muzzleAnim.PlayThen(sequence, () => muzzles.Remove(muzzleFlash));
|
||||||
}
|
}
|
||||||
|
foreach (var npa in self.TraitsImplementing<INotifyAttack>())
|
||||||
|
npa.Attacking(self, target, a, barrel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user