mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Drill Gripper Additions (#10742)
This commit is contained in:
@@ -57,6 +57,8 @@
|
||||
if(istype(I,typepath))
|
||||
if(feedback)
|
||||
to_chat(user, SPAN_NOTICE("You collect \the [I]."))
|
||||
if(isturf(I.loc) && I.Adjacent(user))
|
||||
I.do_pickup_animation(user)
|
||||
I.forceMove(src)
|
||||
wrapped = I
|
||||
wrapped.pixel_x = 0
|
||||
@@ -179,13 +181,15 @@
|
||||
// VEEEEERY limited version for mining borgs. Basically only for swapping cells, upgrading the drills, and upgrading custom KAs.
|
||||
/obj/item/gripper/miner
|
||||
name = "drill maintenance gripper"
|
||||
desc = "A simple grasping tool for the maintenance of heavy drilling machines."
|
||||
desc = "A simple grasping tool for the maintenance and upgrade of heavy drilling machines."
|
||||
icon_state = "gripper-mining"
|
||||
|
||||
can_hold = list(
|
||||
/obj/item/cell,
|
||||
/obj/item/stock_parts,
|
||||
/obj/item/custom_ka_upgrade
|
||||
/obj/item/custom_ka_upgrade,
|
||||
/obj/item/warp_core,
|
||||
/obj/item/extraction_pack
|
||||
)
|
||||
|
||||
/obj/item/gripper/paperwork
|
||||
|
||||
Reference in New Issue
Block a user