Remove "Primary" tag.

This commit is contained in:
Paul Chote
2015-12-13 18:46:19 +00:00
parent ef2f9cbafa
commit 5b017cee58
11 changed files with 200 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenRA.Mods.Common.Traits
{
// depends on the order of pips in TraitsInterfaces.cs!
static readonly string[] PipStrings = { "pip-empty", "pip-green", "pip-yellow", "pip-red", "pip-gray", "pip-blue", "pip-ammo", "pip-ammoempty" };
static readonly string[] TagStrings = { "", "tag-primary" };
static readonly string[] TagStrings = { "" };
public readonly SelectionDecorationsInfo Info;
readonly Actor self;