mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
Amending some loc setting lines.
This commit is contained in:
@@ -139,14 +139,12 @@
|
|||||||
drop.tag = null
|
drop.tag = null
|
||||||
if(drop.buckled)
|
if(drop.buckled)
|
||||||
drop.buckled = null
|
drop.buckled = null
|
||||||
drop.loc = T
|
|
||||||
drop.forceMove(T)
|
drop.forceMove(T)
|
||||||
else if(ispath(drop_type))
|
else if(ispath(drop_type))
|
||||||
drop = new drop_type(T)
|
drop = new drop_type(T)
|
||||||
if(istype(drop))
|
if(istype(drop))
|
||||||
if(drop.buckled)
|
if(drop.buckled)
|
||||||
drop.buckled = null
|
drop.buckled = null
|
||||||
drop.loc = T
|
|
||||||
drop.forceMove(T)
|
drop.forceMove(T)
|
||||||
|
|
||||||
/datum/admins/proc/call_drop_pod()
|
/datum/admins/proc/call_drop_pod()
|
||||||
|
|||||||
Reference in New Issue
Block a user