mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Mechs screen refdrop (#17511)
* Atomization * sfaasf --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
return INITIALIZE_HINT_QDEL
|
||||
owner = newowner
|
||||
|
||||
/obj/screen/mecha/Destroy(force)
|
||||
owner = null
|
||||
. = ..()
|
||||
|
||||
/obj/screen/mecha/Click()
|
||||
return (!owner || !usr.incapacitated() && (usr == owner || usr.loc == owner))
|
||||
|
||||
@@ -42,8 +46,8 @@
|
||||
maptext_width = 120
|
||||
|
||||
/obj/screen/mecha/hardpoint/Destroy()
|
||||
owner = null
|
||||
holding = null
|
||||
hardpoint_tag = null
|
||||
. = ..()
|
||||
|
||||
/obj/screen/mecha/hardpoint/MouseDrop()
|
||||
|
||||
Reference in New Issue
Block a user