mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Integrated Mining Drill for IPCs (#14030)
This commit is contained in:
@@ -132,6 +132,19 @@
|
||||
parent_organ = BP_L_HAND
|
||||
aug_slot = slot_l_hand
|
||||
|
||||
/obj/item/organ/internal/augment/tool/drill
|
||||
name = "integrated drill"
|
||||
icon_state = "drill"
|
||||
action_button_name = "Deploy Drill"
|
||||
action_button_icon = "drill"
|
||||
parent_organ = BP_R_HAND
|
||||
organ_tag = BP_AUG_DRILL
|
||||
augment_type = /obj/item/pickaxe/drill/integrated
|
||||
|
||||
/obj/item/organ/internal/augment/tool/drill/left
|
||||
parent_organ = BP_L_HAND
|
||||
aug_slot = slot_l_hand
|
||||
|
||||
/obj/item/organ/internal/augment/tool/combitool/lighter
|
||||
name = "integrated lighter"
|
||||
icon_state = "lighter-aug"
|
||||
|
||||
@@ -320,6 +320,7 @@
|
||||
|
||||
/obj/item/pickaxe/drill/integrated
|
||||
name = "integrated mining drill"
|
||||
desc = "A integrated mining drill that is installed on the hand of the user, it can retract at the user's command."
|
||||
icon_state = "integrateddrill"
|
||||
item_state = "integrateddrill"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user