Cap Guns and Capgun Ammo can now be made in a hacked Autolathe (#47447)

This commit is contained in:
genessee596
2019-10-30 19:33:06 -04:00
committed by Rob Bailey
parent 270c1c199c
commit e15608cdcb

View File

@@ -984,3 +984,19 @@
build_path = /obj/item/stack/ducts
category = list("initial", "Construction")
maxstack = 50
/datum/design/toygun
name = "Cap Gun"
id = "toygun"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 100, /datum/material/glass = 50)
build_path = /obj/item/toy/gun
category = list("hacked", "Misc")
/datum/design/capbox
name = "Box of Cap Gun Shots"
id = "capbox"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 20, /datum/material/glass = 5)
build_path = /obj/item/toy/ammo/gun
category = list("hacked", "Misc")