Removes duplicate on_moved INVOKE_EVENT from mob/living
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.