Fixes shuttle name on ramming.

This commit is contained in:
AnturK
2017-09-06 10:44:38 +02:00
committed by CitadelStationBot
parent c55ac69e4a
commit c2c69d359f
+5
View File
@@ -14,7 +14,12 @@ 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)
<<<<<<< HEAD
/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
>>>>>>> 9ac60a8... Typo
for(var/i in contents)
var/atom/movable/thing = i
if(ismob(thing))