Merge pull request #9650 from r34ch/health-bars-on-damage
Display status bars dropdown
This commit is contained in:
@@ -78,7 +78,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
yield return new SelectionBoxRenderable(self, Info.SelectionBoxColor);
|
||||
|
||||
if (Info.RenderSelectionBars)
|
||||
yield return new SelectionBarsRenderable(self);
|
||||
yield return new SelectionBarsRenderable(self, true, true);
|
||||
|
||||
if (!self.Owner.IsAlliedWith(wr.World.RenderPlayer))
|
||||
yield break;
|
||||
|
||||
Reference in New Issue
Block a user