mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Adds Vaurca combitool augment (#16025)
* adds the vaurca combitool * vaurca combitool sprites * vaurca combitool sprites fix * changelog * oops changelog moment * fucking punctuation Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * fucking punctuation 2 Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * spacing Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * spelling Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * removes integrated multitool at staff request --------- Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
@@ -92,6 +92,30 @@ obj/item/organ/vaurca/neuralsocket/process()
|
||||
to_chat(target, "<span class='warning'>Your mind suddenly grows dark as the unity of the Hive is torn from you.</span>")
|
||||
..()
|
||||
|
||||
/obj/item/organ/internal/augment/tool/combitool/vaurca
|
||||
name = "vaurca integrated toolset"
|
||||
icon_state = "vaurcatool"
|
||||
action_button_name = "Deploy Toolset"
|
||||
action_button_icon = "vaurcatool"
|
||||
augment_type = /obj/item/combitool/robotic/vaurca
|
||||
|
||||
/obj/item/organ/internal/augment/tool/combitool/vaurca/left
|
||||
parent_organ = BP_L_HAND
|
||||
aug_slot = slot_l_hand
|
||||
|
||||
/obj/item/combitool/robotic/vaurca
|
||||
name = "vaurca toolset"
|
||||
desc = "An integrated toolset in the arm designed for use by Bound Workers."
|
||||
icon_state = "vaurcatool"
|
||||
item_state = "vaurcatool"
|
||||
tools = list(
|
||||
"crowbar",
|
||||
"screwdriver",
|
||||
"wrench",
|
||||
"wirecutters"
|
||||
)
|
||||
|
||||
|
||||
/obj/item/organ/internal/vaurca/preserve
|
||||
icon = 'icons/obj/organs/vaurca_organs.dmi'
|
||||
name = BP_PHORON_RESERVE
|
||||
|
||||
Reference in New Issue
Block a user