From 0450f14ab6793b35f7d6707ce4984dcaa0ca522c Mon Sep 17 00:00:00 2001 From: "tronaldnwn@hotmail.com" Date: Wed, 23 Mar 2011 12:50:02 +0000 Subject: [PATCH] Noticed I forgot some spaces, and left some returns... I'm picky about that stuff... git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1245 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Tools.dm | 1 - code/game/machinery/autolathe.dm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index 5b77d5477b..3b9ed0b944 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -1298,7 +1298,6 @@ ..() reagents.add_reagent("diethylamine", 30) - /obj/item/weapon/reagent_containers/glass/bottle/flu_virion name = "Flu virion culture bottle" desc = "A small bottle. Contains H13N1 flu virion culture in synthblood medium." diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 75e67fba9c..8b067609b2 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -238,7 +238,7 @@ var/global/list/autolathe_recipes = list( \ new /obj/item/stack/sheet/rglass(), \ new /obj/item/stack/rods(), \ new /obj/item/weapon/rcd_ammo(), \ - new /obj/item/weapon/kitchenknife(),\ + new /obj/item/weapon/kitchenknife(), \ new /obj/item/weapon/scalpel(), \ new /obj/item/weapon/circular_saw(), \ new /obj/item/device/t_scanner(), \