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(), \