Fix emote animations

This commit is contained in:
Aviu00
2024-01-17 09:41:50 +03:00
parent ab754016e3
commit 10402ae26d
4 changed files with 33 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
using System.Numerics;
using Content.Shared.Animations;
using Robust.Client.Animations;
using Robust.Shared.Animations;
@@ -16,7 +17,7 @@ public class EmoteAnimationSystem : EntitySystem
SubscribeLocalEvent<EmoteAnimationComponent, ComponentHandleState>(OnHandleState);
// EmoteFlip animation
_emoteList.Add("EmoteFlip", (EntityUid uid) =>
_emoteList.Add("EmoteFlip", uid =>
{
var animationKey = "emoteAnimationKeyId";