mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Vaurca Bulwarks and Workers can now select the integrated drill augment (#15963)
* integrated drill... for buge * drill stuff 2 * changelog * adds drills to workers as well * changelog 2 * Update code/modules/client/preference_setup/loadout/loadout_augments.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update html/changelogs/RustingWithYou - striketheearth.yml Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * re-capitalises words Bulwark and Bound Worker re-capitalised at Vaurca team request --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -203,6 +203,14 @@
|
||||
allowed_roles = list("Chief Engineer", "Engineer", "Atmospheric Technician", "Engineering Apprentice", "Machinist")
|
||||
cost = 2
|
||||
|
||||
/datum/gear/augment/drill
|
||||
display_name = "integrated drill"
|
||||
description = "A mining drill integrated in the hand. The drill is heavy enough that it is only usable by industrial IPCs, as well as Vaurca Bulwarks and Bound Workers."
|
||||
path = /obj/item/organ/internal/augment/tool/drill
|
||||
whitelisted = list(SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_WORKER)
|
||||
allowed_roles = list("Shaft Miner")
|
||||
cost = 5
|
||||
|
||||
/datum/gear/augment/head_fluff
|
||||
display_name = "custom head augmentation"
|
||||
description = "A fluff based augmentation that can be renamed/redescribed to appear as something else for RP purposes."
|
||||
|
||||
@@ -161,15 +161,6 @@
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user