Update on_move.dm

This commit is contained in:
LetterJay
2017-09-11 14:18:28 -05:00
committed by GitHub
parent 2f10e78ba7
commit 726b86f3a4
-1
View File
@@ -14,7 +14,6 @@ All ShuttleMove procs go here
// Called from the new turf before anything has been moved
// Only gets called if fromShuttleMove returns true first
// returns the new move_mode (based on the old)
/turf/proc/toShuttleMove(turf/oldT, shuttle_dir, move_mode)
/turf/proc/toShuttleMove(turf/oldT, move_mode, obj/docking_port/mobile/shuttle)
var/shuttle_dir = shuttle.dir
for(var/i in contents)