Revert one change

I tested all combinations of if and else if and this one appears to give the best results.
This commit is contained in:
clusterfack
2014-10-20 15:42:19 -05:00
parent 1a118b06a7
commit 50412995e2

View File

@@ -231,7 +231,7 @@ datum/shuttle_controller
if(ismob(A)) if(ismob(A))
var/mob/M=A var/mob/M=A
M.gib() M.gib()
if(istype(A,/atom/movable)) else if(istype(A,/atom/movable))
var/atom/movable/AM=A var/atom/movable/AM=A
AM.Move(D) AM.Move(D)
// Remove windows, grills, lattice, etc. // Remove windows, grills, lattice, etc.