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:
RustingWithYou
2023-03-14 08:14:49 +13:00
committed by GitHub
parent 774f1be506
commit 4153f55d33
3 changed files with 44 additions and 9 deletions
@@ -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()