Change DamageState names

This commit is contained in:
Paul Chote
2010-07-30 21:46:41 +12:00
parent 1459ec483c
commit 4cf0610fd9
9 changed files with 21 additions and 21 deletions

View File

@@ -64,7 +64,7 @@ namespace OpenRA.Traits
protected virtual string GetPrefix(Actor self)
{
return self.GetDamageState() <= DamageState.Half ? "damaged-" : "";
return self.GetDamageState() <= DamageState.Heavy ? "damaged-" : "";
}
public void PlayCustomAnim(Actor self, string name)