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")