mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Vaurca Integrated Magclaws (#16886)
* bulwark sprites * augment claws * changelog * job restrictions * Update code/game/objects/items/weapons/vaurca_items.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * what i get for copypasting aug code * i forgor Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> --------- Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
co-authored by
Matt Atlas
Fluffy
parent
e4951d2813
commit
48012a1930
@@ -251,3 +251,12 @@
|
||||
augs["vaurca integrated toolset, right hand"] = /obj/item/organ/internal/augment/tool/combitool/vaurca
|
||||
augs["vaurca integrated toolset, left hand"] = /obj/item/organ/internal/augment/tool/combitool/vaurca/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(augs)
|
||||
|
||||
/datum/gear/augment/vaurcamag
|
||||
display_name = "vaurca integrated mag-claws"
|
||||
description = "An integrated magnetic grip system, designed for Vaurcae without easy access to magboots."
|
||||
cost = 2
|
||||
path = /obj/item/organ/internal/augment/tool/vaurcamag
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK)
|
||||
allowed_roles = list("Shaft Miner", "Engineer", "Atmospheric Technician", "Engineering Apprentice", "Xenoarchaeologist")
|
||||
|
||||
Reference in New Issue
Block a user