Shock collars

This commit is contained in:
LetterJay
2018-01-15 02:04:32 -06:00
committed by GitHub
parent a7b75651f9
commit 9598ca100b
@@ -823,3 +823,12 @@
materials = list(MAT_METAL = 1000)
build_path = /obj/item/disk/holodisk
category = list("initial", "Misc")
//CITADEL
/datum/design/shock_collar
name = "Shock Collar"
id = "shock_collar"
build_type = AUTOLATHE
materials = list(MAT_METAL = 5000, MAT_GLASS = 2000)
build_path = /obj/item/device/electropack/shockcollar
category = list("hacked", "Security")