Skip to content

Migrating Code to use Proper Byond Move() Code

Rob Nelson requested to merge pull/8667/crossuncross into Bleeding-Edge

Created by: clusterfack

The goal of this code is to cause the proper use of Cross() and Uncross() in the code and remove it all from turf/Enter()

This primarily involves refactoring code that already exists (such as Canpass and CheckExit) into more friendly code.

Merge request reports