Make player stance colours universally respected
This commit is contained in:
committed by
Matthias Mailänder
parent
2f331548e1
commit
5fc36bd45f
@@ -31,7 +31,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
public string Name => Player.PlayerName;
|
||||
|
||||
[Desc("The player's color.")]
|
||||
public Color Color => Player.Color;
|
||||
public Color Color => Player.GetColor(Player);
|
||||
|
||||
[Desc("The player's faction.")]
|
||||
public string Faction => Player.Faction.InternalName;
|
||||
|
||||
Reference in New Issue
Block a user