split out Sellable into its own trait; yaml requires update

This commit is contained in:
Chris Forbes
2011-03-16 11:15:05 +13:00
committed by Chris Forbes
parent ff44e34d89
commit 4eaa7d5cf2
5 changed files with 53 additions and 11 deletions

View File

@@ -25,8 +25,6 @@ namespace OpenRA.Mods.RA.Buildings
public readonly bool Capturable = false;
public readonly string Footprint = "x";
public readonly int2 Dimensions = new int2(1, 1);
public readonly bool Unsellable = false;
public readonly int RefundPercent = 50;
public readonly string[] BuildSounds = {"placbldg.aud", "build5.aud"};
public readonly string[] SellSounds = {"cashturn.aud"};