Skip to content

Fix Shove On End Combat item component

There were two issues with the Shove on End Combat component. Firstly, it had Shove an argument instead of ItemComponent so it wasn't showing up in the list of components in editor. And secondly, it lacked a _check_shove function for the component to work. This quick change should fix both.

Merge request reports