From 581f175c27c326bb2c2536ed0427ef60a7055109 Mon Sep 17 00:00:00 2001 From: Spades Date: Mon, 1 Jan 2018 17:54:49 -0500 Subject: [PATCH] Fixes shotgun speedloaders in Autolathe The name was just wrong. Fixed it. --- code/datums/autolathe/arms.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/datums/autolathe/arms.dm b/code/datums/autolathe/arms.dm index c52c904bc58..055ea397094 100644 --- a/code/datums/autolathe/arms.dm +++ b/code/datums/autolathe/arms.dm @@ -178,21 +178,21 @@ /////// Shotgun /datum/category_item/autolathe/arms/shotgun_clip_beanbag - name = "4-round 12g shell clip (beanbag)" + name = "2-round 12g speedloader (beanbag)" path =/obj/item/ammo_magazine/clip/c12g/beanbag /datum/category_item/autolathe/arms/shotgun_clip_slug - name = "4-round 12g shell clip (slug)" + name = "2-round 12g speedloader (slug)" path =/obj/item/ammo_magazine/clip/c12g hidden = 1 /datum/category_item/autolathe/arms/shotgun_clip_pellet - name = "4-round 12g shell clip (buckshot)" + name = "2-round 12g speedloader (buckshot)" path =/obj/item/ammo_magazine/clip/c12g/pellet hidden = 1 /datum/category_item/autolathe/arms/shotgun_clip_beanbag - name = "4-round 12g shell clip (beanbag)" + name = "2-round 12g speedloader (beanbag)" path =/obj/item/ammo_magazine/clip/c12g/beanbag /* Commented out until autolathe stuff is decided/fixed. Will probably remove these entirely. -Spades