impose the hack on WALLs, not everything-else

This commit is contained in:
Chris Forbes
2010-03-27 10:05:01 +13:00
parent dd6f61a29f
commit faa8f54e7c
6 changed files with 33 additions and 41 deletions

View File

@@ -28,6 +28,8 @@ namespace OpenRA.Traits
public WarheadInfo Warhead;
public int Damage;
public DamageState DamageState;
public ExtendedDamageState ExtendedDamageState; // for 3,4-state stuff
public bool DamageStateChanged;
public bool ExtendedDamageStateChanged;
}
}