New sound for rock/plant breaking

This commit is contained in:
Anuken
2021-07-14 17:22:21 -04:00
parent ac25e17286
commit dd5389c738
7 changed files with 11 additions and 5 deletions

View File

@@ -1442,7 +1442,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
@Override
public void killed(){
Events.fire(new BlockDestroyEvent(tile));
block.breakSound.at(tile);
block.destroySound.at(tile);
onDestroyed();
tile.remove();
remove();