Stungloves, forcegloves, and watches, oh my!

This commit is contained in:
FelisCorax
2016-01-15 14:00:26 -05:00
parent ec73203bd5
commit e2f63626f3
7 changed files with 339 additions and 9 deletions
+13
View File
@@ -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//////////////////
/////////////////////////////////////////