mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Integrated Mining Drill for IPCs (#14030)
This commit is contained in:
@@ -161,6 +161,22 @@
|
||||
handies["gustatorial centre (left hand)"] = /obj/item/organ/internal/augment/gustatorial/hand/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(handies)
|
||||
|
||||
/datum/gear/augment/drill
|
||||
display_name = "integrated drill"
|
||||
description = "A mining drill integrated in the hand. The drill is heavy, so only industrial IPCs can use it."
|
||||
path = /obj/item/organ/internal/augment/tool/drill
|
||||
whitelisted = list(SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION)
|
||||
allowed_roles = list("Shaft Miner")
|
||||
cost = 5
|
||||
sort_category = "Xenowear - IPC"
|
||||
|
||||
/datum/gear/augment/drill/New()
|
||||
..()
|
||||
var/list/augs = list()
|
||||
augs["integrated drill, right hand"] = /obj/item/organ/internal/augment/tool/drill
|
||||
augs["integrated drill, left hand"] = /obj/item/organ/internal/augment/tool/drill/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(augs)
|
||||
|
||||
/datum/gear/accessory/syntheticcard
|
||||
display_name = "synthetic residence card"
|
||||
description = "An identification card given to free IPC residents within the Republic of Biesel."
|
||||
|
||||
Reference in New Issue
Block a user