From 4ff5450832183776ae830f2c4c1eacff1dc09afb Mon Sep 17 00:00:00 2001 From: Alffd Date: Sat, 28 Apr 2018 14:00:37 -0400 Subject: [PATCH] Its not a type if I don't know how to spell. --- code/modules/research/designs/misc_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/misc_designs.dm b/code/modules/research/designs/misc_designs.dm index 773fcb2843b..1036bb6e188 100644 --- a/code/modules/research/designs/misc_designs.dm +++ b/code/modules/research/designs/misc_designs.dm @@ -73,10 +73,10 @@ /datum/design/shock_muzzle name = "Shock Muzzle" - desc = "Produce a modified saftey muzzle that includes an electric shock pack and a slot for a trigger assembly." + desc = "Produce a modified safety muzzle that includes an electric shock pack and a slot for a trigger assembly." id = "shockmuzzle" req_tech = list("materials" = 1, "engineering" = 1) build_type = PROTOLATHE materials = list(MAT_METAL=500, MAT_GLASS=50) build_path = /obj/item/clothing/mask/muzzle/safety/shock - category = list("Miscellaneous") \ No newline at end of file + category = list("Miscellaneous")