mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 08:15:04 +07:00
Removed player death sound
This commit is contained in:
parent
e66c95fc76
commit
bd914bf42a
@ -234,7 +234,6 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
|
||||
Damage.dynamicExplosion(player.x, player.y, flammability, explosiveness, 0f, player.getSize()/2f, Palette.darkFlame);
|
||||
|
||||
ScorchDecal.create(player.x, player.y);
|
||||
Effects.sound("die", player);
|
||||
player.onDeath();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user