Merge pull request #4523 from Citadel-Station-13/kevinz000-patch-3

readds shock collars
This commit is contained in:
deathride58
2017-12-26 22:10:09 +00:00
committed by GitHub
@@ -814,3 +814,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")