mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
asfd (#18789)
This commit is contained in:
@@ -132,3 +132,5 @@
|
||||
// Sets the UI host to the transfer valve if its mounted on a transfer_valve
|
||||
if(istype(loc,/obj/item/device/transfer_valve))
|
||||
return loc
|
||||
|
||||
return holder || .
|
||||
|
||||
@@ -164,13 +164,18 @@
|
||||
var/turf/T = get_turf(src)
|
||||
if(!T)
|
||||
return FALSE
|
||||
|
||||
if(a_left)
|
||||
a_left.holder = null
|
||||
a_left.forceMove(T)
|
||||
a_left = null
|
||||
|
||||
if(a_right)
|
||||
a_right.holder = null
|
||||
a_right.forceMove(T)
|
||||
QDEL_IN(src, 1)
|
||||
a_right = null
|
||||
|
||||
qdel(src)
|
||||
|
||||
|
||||
/obj/item/device/assembly_holder/proc/process_activation(var/obj/D, var/normal = 1, var/special = 1)
|
||||
|
||||
Reference in New Issue
Block a user