Give ally players a yellow hp bar for team health colors

This commit is contained in:
Curtis Shmyr
2015-05-10 11:12:10 -06:00
parent 3bd4a97d11
commit 6ca51e47c1
3 changed files with 23 additions and 6 deletions

View File

@@ -33,7 +33,6 @@ namespace OpenRA
public readonly string InternalName;
public readonly CountryInfo Country;
public readonly bool NonCombatant = false;
public readonly bool Spectating = false;
public readonly bool Playable = true;
public readonly int ClientIndex;
public readonly PlayerReference PlayerReference;
@@ -45,6 +44,7 @@ namespace OpenRA
public bool IsBot;
public int SpawnPoint;
public bool HasObjectives = false;
public bool Spectating;
public Shroud Shroud;
public World World { get; private set; }