Esword stuff (#329)

* - fix: Fix black RGB.

* - add: Toy sword update.

* - add: FlipOnHitSystem.

* - tweak: Price reduction.
This commit is contained in:
Aviu00
2024-06-05 14:31:21 +00:00
committed by GitHub
parent 4827bd5701
commit 2978834228
11 changed files with 181 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ public sealed class EmoteAnimationSystem : EntitySystem
private readonly Dictionary<string, Action<EntityUid>> _emoteList = new();
private const string AnimationKey = "emoteAnimationKeyId";
public const string AnimationKey = "emoteAnimationKeyId";
private const string AnimationKeyTurn = "emoteAnimationKeyId_rotate";
//OnVerbsResponse?.Invoke(msg);