Make player stance colours universally respected
This commit is contained in:
committed by
Matthias Mailänder
parent
2f331548e1
commit
5fc36bd45f
@@ -77,7 +77,7 @@ namespace OpenRA.Mods.Common.Projectiles
|
||||
|
||||
public IProjectile Create(ProjectileArgs args)
|
||||
{
|
||||
var c = UsePlayerColor ? args.SourceActor.Owner.Color : Color;
|
||||
var c = UsePlayerColor ? args.SourceActor.OwnerColor() : Color;
|
||||
return new AreaBeam(this, args, c);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user