Skip to content

Removes duplicate on_moved INVOKE_EVENT from mob/living

Rob Nelson requested to merge pull/12174/invoke_on_moved into Bleeding-Edge

Created by: BarneyGumball

The on_moved event is already invoked in /atom/movable/Move(), which is always called by /mob/living/Move(), meaning all /mob/living types invoke it twice when they move. Tested every instance of on_moved and everything functions exactly the same.

Merge request reports