incorrect sound settings on Hit() for some resources

Charles Spurrill 2010-08-03 16:22:56 -07:00
parent 3f15fd8730
commit b6a624a31c
3 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@ protected func Construction()
protected func Hit()
{
Sound("RockHit");
Sound("RockHit*");
}
func Definition(def) {

View File

@ -1,5 +1,10 @@
/*-- Ice --*/
protected func Hit()
{
Sound("CrystalHit*");
}
protected func Construction()
{
var graphic = Random(5);

View File

@ -9,7 +9,7 @@ protected func Construction()
protected func Hit()
{
Sound("RockHit");
Sound("RockHit*");
}
func Definition(def) {