Add snatcherprod (#422)

This commit is contained in:
Aviu00
2023-09-21 23:04:05 +09:00
committed by Aviu00
parent c3236f829c
commit 0cc831cb18
18 changed files with 355 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ public sealed partial class StaminaSystem : EntitySystem
toHit.Add((ent, stam));
}
var hitEvent = new StaminaMeleeHitEvent(toHit);
var hitEvent = new StaminaMeleeHitEvent(toHit, args.User); // WD EDIT
RaiseLocalEvent(uid, hitEvent);
if (hitEvent.Handled)