Skip to content

Commit

Permalink
Fixes felinids not having nom. (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian16199 authored Feb 8, 2024
1 parent bca1d1d commit a4718b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private void OnEatMouse(EntityUid uid, FelinidComponent component, EatMouseActio
Del(component.EatActionTarget.Value);
component.EatActionTarget = null;

_audio.PlayPvs("/Audio/Items/eatfood.ogg", uid, AudioHelpers.WithVariation(0.15f));
_audio.PlayPvs("/Audio/DeltaV/Items/eatfood.ogg", uid, AudioHelpers.WithVariation(0.15f));

_hungerSystem.ModifyHunger(uid, 50f, hunger);

Expand Down
Binary file added Resources/Audio/DeltaV/Items/eatfood.ogg
Binary file not shown.

0 comments on commit a4718b2

Please sign in to comment.