Staff of Animation Fixes & Recharging (#37021)

This commit is contained in:
ActiveMammmoth
2025-04-29 15:40:49 -04:00
committed by GitHub
parent b9b854e179
commit a8ff930763
6 changed files with 49 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ public sealed class AnimateSpellSystem : EntitySystem
_container.AttachParentToContainerOrGrid((ent, xform)); // Items animated inside inventory now exit, they can't be picked up and so can't escape otherwise
var ev = new AnimateSpellEvent();
RaiseLocalEvent(ref ev);
RaiseLocalEvent(ent, ref ev);
}
}