Merge pull request #22 from Ryan784/Lawgiver-1.0

Lawgiver
This commit is contained in:
skull132
2016-01-24 23:12:44 +02:00
7 changed files with 125 additions and 0 deletions

View File

@@ -1387,6 +1387,14 @@ datum/design/item/weapon/phoronpistol
materials = list("$metal" = 5000, "$glass" = 1000, "$phoron" = 3000)
build_path = /obj/item/weapon/gun/energy/toxgun
datum/design/item/weapon/lawgiver
desc = "A highly advanced firearm for the modern police force. It has multiple voice-activated firing modes."
id = "lawgiver"
req_tech = list("combat" = 6, "plasmatech" = 4, "bluespace" = 5, "materials" = 7)
build_type = PROTOLATHE
materials = list("$metal" = 6000, "$glass" = 1000, "$uranium" = 1000, "$plasma" = 1000, "$diamond" = 3000)
build_path = "/obj/item/weapon/gun/energy/lawgiver"
/////////////////////////////////////////
/////////////////Mining//////////////////
/////////////////////////////////////////