From 329e07b037dd064a4392d2a6d47f598691b83877 Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Thu, 5 Dec 2019 09:46:13 -0500 Subject: [PATCH] 357 bullets and rifle clips --- .../autolathe_designs_sec_and_hacked.dm | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm b/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm index e5e3a6bb4f..6e4151e7a0 100644 --- a/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm +++ b/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm @@ -130,13 +130,19 @@ category = list("hacked", "Security") /datum/design/a357 - name = "Speed Loader (.357)" + name = ".357 Bullet" id = "a357" build_type = AUTOLATHE - materials = list(MAT_METAL = 30000) - build_path = /obj/item/ammo_box/a357 + materials = list(MAT_METAL = 5000) + build_path = /obj/item/ammo_casing/a357 category = list("hacked", "Security") +/datum/design/a762 + name = "Stripper Clip (7.62mm) + id = "a762" + build_type = AUTOLATHE + materials = list(MAT_METAL = 20000) //more expensive with autolathe + category = list("hacked", "Security") /datum/design/c10mm name = "Ammo Box (10mm)" id = "c10mm" @@ -183,4 +189,4 @@ build_type = AUTOLATHE materials = list(MAT_METAL = 5500) build_path = /obj/item/clothing/head/foilhat - category = list("hacked", "Misc") \ No newline at end of file + category = list("hacked", "Misc")