From 7cfb921ca03dae7c2266e5f8b9d9a99978570a4d Mon Sep 17 00:00:00 2001 From: Yoshax Date: Wed, 20 May 2015 20:36:24 +0100 Subject: [PATCH] Fixes a typo/mistake --- code/game/machinery/autolathe_datums.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/autolathe_datums.dm b/code/game/machinery/autolathe_datums.dm index 522b58744b143..aefc774f687c2 100644 --- a/code/game/machinery/autolathe_datums.dm +++ b/code/game/machinery/autolathe_datums.dm @@ -202,7 +202,7 @@ category = "Medical" /datum/autolathe/recipe/syringegun_ammo - name = "syringe" + name = "syringe gun cartridge" path = /obj/item/weapon/syringe_cartridge category = "Arms and Ammunition"