diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm
index 253954fe4a..080faf4b89 100644
--- a/code/game/machinery/autolathe.dm
+++ b/code/game/machinery/autolathe.dm
@@ -78,7 +78,7 @@
//Build list of multipliers for sheets.
if(R.is_stack)
if(max_sheets && max_sheets > 0)
- multiplier_string += "
+ multiplier_string += "
"
for(var/i = 5;i\[x[i]\]"
multiplier_string += "\[x[max_sheets]\]"
diff --git a/code/game/machinery/autolathe_datums.dm b/code/game/machinery/autolathe_datums.dm
index 5ada4bd2fa..04ce040162 100644
--- a/code/game/machinery/autolathe_datums.dm
+++ b/code/game/machinery/autolathe_datums.dm
@@ -185,17 +185,17 @@
category = "Medical"
/datum/autolathe/recipe/shotgun_blanks
- name = "blanks"
+ name = "ammunition (shotgun, blanks)"
path = /obj/item/ammo_casing/shotgun/blank
category = "Arms and Ammunition"
/datum/autolathe/recipe/shotgun_beanbag
- name = "beanbag rounds"
+ name = "ammunition (shotgun, beanbag)"
path = /obj/item/ammo_casing/shotgun/beanbag
category = "Arms and Ammunition"
/datum/autolathe/recipe/magazine_rubber
- name = "magazine (.45 rubber)"
+ name = "ammunition (rubber)"
path = /obj/item/ammo_magazine/c45r
category = "Arms and Ammunition"
@@ -256,25 +256,25 @@
category = "Arms and Ammunition"
/datum/autolathe/recipe/magazine_revolver_1
- name = ""
+ name = "ammunition (.357)"
path = /obj/item/ammo_magazine/a357
hidden = 1
category = "Arms and Ammunition"
/datum/autolathe/recipe/magazine_revolver_2
- name = "magazine (.45)"
+ name = "ammunition (.45)"
path = /obj/item/ammo_magazine/c45m
hidden = 1
category = "Arms and Ammunition"
/datum/autolathe/recipe/shotgun
- name = "shotgun"
+ name = "ammunition (shell, shotgun)"
path = /obj/item/ammo_casing/shotgun
hidden = 1
category = "Arms and Ammunition"
/datum/autolathe/recipe/shotgun_dart
- name = "shotgun dart"
+ name = "ammunition (dart, shotgun)"
path = /obj/item/ammo_casing/shotgun/dart
hidden = 1
category = "Arms and Ammunition"