Merge pull request #3093 from Kevak/Shock-Collars

Shock Collars Are Now A Thing.
This commit is contained in:
LetterJay
2017-10-03 20:16:10 -04:00
committed by GitHub
4 changed files with 87 additions and 1 deletions
@@ -608,6 +608,14 @@
build_path = /obj/item/device/electropack
category = list("hacked", "Tools")
/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")
/datum/design/large_welding_tool
name = "Industrial Welding Tool"
id = "large_welding_tool"