Give monkeys clumsy (#16320)

This commit is contained in:
Kara
2023-05-10 17:27:47 -07:00
committed by GitHub
parent 20d96b58f7
commit ab6707aef6
3 changed files with 17 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ public sealed partial class GunSystem : SharedGunSystem
// Apply salt to the wound ("Honk!")
Audio.PlayPvs(new SoundPathSpecifier("/Audio/Weapons/Guns/Gunshots/bang.ogg"), gunUid);
Audio.PlayPvs(new SoundPathSpecifier("/Audio/Items/bikehorn.ogg"), gunUid);
Audio.PlayPvs(clumsy.ClumsySound, gunUid);
PopupSystem.PopupEntity(Loc.GetString("gun-clumsy"), user.Value);
_adminLogger.Add(LogType.EntityDelete, LogImpact.Medium, $"Clumsy fire by {ToPrettyString(user.Value)} deleted {ToPrettyString(gunUid)}");