mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
Amending some loc setting lines.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user