From 689077a54d844a788a098527f5cacf6540fb7b74 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 27 May 2019 04:57:10 -0400 Subject: [PATCH] grammar --- code/modules/crafting/recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index bdbc283582..ca10d5092f 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -55,7 +55,7 @@ subcategory = CAT_WEAPON /datum/crafting_recipe/makeshiftshield - name = "Makeshift Metal Sheild" + name = "Makeshift Metal Shield" result = /obj/item/shield/makeshift reqs = list(/obj/item/stack/cable_coil = 30, /obj/item/stack/sheet/metal = 10,