mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Stungloves, forcegloves, and watches, oh my!
This commit is contained in:
@@ -1375,6 +1375,19 @@ datum/design/item/weapon/phoronpistol
|
||||
materials = list("$metal" = 5000, "$glass" = 1000, "$phoron" = 3000)
|
||||
build_path = /obj/item/weapon/gun/energy/toxgun
|
||||
|
||||
/*This is all the station gets for producable force gloves. It's a high-risk item and thus considered contraband
|
||||
outside of RnD without paperwork with the RD's stamp on it. */
|
||||
datum/design/item/forcegloves
|
||||
name = "Force Gloves"
|
||||
desc = "These gloves bend gravity and bluespace, dampening inertia and augmenting the wearer's melee capabilities."
|
||||
id = "forcegloves"
|
||||
req_tech = list("combat" = 3,"bluespace" = 3, "engineering" = 3, "magnets" = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 4000)
|
||||
build_path = "/obj/item/clothing/gloves/force/basic"
|
||||
locked = 1
|
||||
category = "Weapons"
|
||||
|
||||
/////////////////////////////////////////
|
||||
/////////////////Mining//////////////////
|
||||
/////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user