Merge pull request #7544 from delftswa2014/bugfix/sam_site_friendlyfire
Friendly fire fixes and sam sites
This commit is contained in:
@@ -164,6 +164,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public void AttackTarget(Target target, bool queued, bool allowMove)
|
||||
{
|
||||
if (self.IsDisabled())
|
||||
return;
|
||||
|
||||
if (!target.IsValidFor(self))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user