фиксы тестов

This commit is contained in:
Remuchi
2024-01-29 01:02:37 +07:00
parent 6e198dc038
commit b4dd3b0555
139 changed files with 1129 additions and 3837 deletions

View File

@@ -21,7 +21,7 @@ public sealed class EmoteAnimationSystem : EntitySystem
private void OnEmote(EntityUid uid, EmoteAnimationComponent component, ref EmoteEvent args)
{
if (args.Handled || !args.Emote.Category.HasFlag(EmoteCategory.Gesture))
if (args.Handled || !args.Emote.Category.HasFlag(EmoteCategory.Hands))
return;
PlayEmoteAnimation(uid, component, args.Emote.ID);