diff --git a/code/modules/random_map/drop/droppod.dm b/code/modules/random_map/drop/droppod.dm index 3752b61424..625568bbf1 100644 --- a/code/modules/random_map/drop/droppod.dm +++ b/code/modules/random_map/drop/droppod.dm @@ -139,14 +139,12 @@ drop.tag = null if(drop.buckled) drop.buckled = null - drop.loc = T drop.forceMove(T) else if(ispath(drop_type)) drop = new drop_type(T) if(istype(drop)) if(drop.buckled) drop.buckled = null - drop.loc = T drop.forceMove(T) /datum/admins/proc/call_drop_pod()