Optimizes Conveyors (#53220)

Less proc overhead
Made the actual moving speedier
removed a unused var
This commit is contained in:
TiviPlus
2020-09-19 10:37:15 -03:00
committed by GitHub
parent 6b4dd303b1
commit c35008b1b0
5 changed files with 29 additions and 36 deletions
-3
View File
@@ -31,9 +31,6 @@ INITIALIZE_IMMEDIATE(/mob/dead)
/mob/dead/gib() //ghosts can't be gibbed.
return
/mob/dead/ConveyorMove() //lol
return
/mob/dead/forceMove(atom/destination)
var/turf/old_turf = get_turf(src)
var/turf/new_turf = get_turf(destination)