mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +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))
|
||||
var/mob/M=A
|
||||
M.gib()
|
||||
if(istype(A,/atom/movable))
|
||||
else if(istype(A,/atom/movable))
|
||||
var/atom/movable/AM=A
|
||||
AM.Move(D)
|
||||
// Remove windows, grills, lattice, etc.
|
||||
|
||||
Reference in New Issue
Block a user