fixes WEAP roof when selling.

This commit is contained in:
Bob
2010-01-18 17:24:05 +13:00
parent 18e46bb886
commit b54aedc287
5 changed files with 33 additions and 9 deletions

View File

@@ -92,6 +92,12 @@ namespace OpenRa.Traits
}
}
public void Selling( Actor self )
{
anim.PlayBackwardsThen( "make", null );
Sound.Play("cashturn.aud");
}
public void Sold(Actor self) { DoBib(self, true); }
}
}