Modular landmines (#8351)
This commit is contained in:
@@ -40,6 +40,7 @@ namespace Content.Server.Sound
|
||||
private void HandleEmitSoundOnTrigger(EntityUid uid, EmitSoundOnTriggerComponent component, TriggerEvent args)
|
||||
{
|
||||
TryEmitSound(component);
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
private void HandleEmitSoundOnLand(EntityUid eUI, BaseEmitSoundComponent component, LandEvent arg)
|
||||
|
||||
Reference in New Issue
Block a user