RAX-Anomaly / MagsRedux

Rework of Wuuts Mags
52 stars 21 forks source link

Ignore motion mark events from NPCs #308

Closed Aoldri closed 6 months ago

Aoldri commented 7 months ago

Previously, NPCs triggering the motion mark would prematurely complete the player's reload. This should ignore NPCs, using functionality from modded exes version 2023.12.06.

As a side effect, this change means that users with older versions of the modded exes won't have working motion marks (as owner is always nil) but we can reasonably expect people to update to latest anyways.

Aoldri commented 6 months ago

This behaviour is present in vanilla, which is why Demonized added references to the item and actor/NPC to the callback in the first place.