v0.9.1: fixed DM-300 not using new gas SFX

This commit is contained in:
Evan Debenham 2020-10-20 13:27:11 -04:00
parent 5fb85a42b9
commit 316fdc13d6

View File

@ -97,7 +97,7 @@ public class DM300Sprite extends MobSprite {
((NewDM300)ch).onZapComplete();
}
} );
Sample.INSTANCE.play( Assets.Sounds.PUFF );
Sample.INSTANCE.play( Assets.Sounds.GAS );
}
public void charge(){