Ninja throwing star ability fix (#31684)

fixed ninja star not spawning

Co-authored-by: YourUsername <you@example.com>
This commit is contained in:
godisdeadLOL
2024-09-03 03:50:34 +03:00
committed by GitHub
parent ee5ebef2a0
commit 34c90cf200
2 changed files with 11 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ public sealed class NinjaGlovesSystem : SharedNinjaGlovesSystem
{
var ev = new NinjaBatteryChangedEvent(battery.Value, suit);
RaiseLocalEvent(user, ref ev);
RaiseLocalEvent(suit, ref ev);
}
}
}