mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-16 12:07:48 +00:00
Cap Guns and Capgun Ammo can now be made in a hacked Autolathe (#47447)
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user