mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user