From df0fa330bffcb082b7fe3fbed9db1b43cfbd7b16 Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Thu, 5 Dec 2019 09:49:09 -0500 Subject: [PATCH] bullet --- .../autolathe_desings/autolathe_designs_sec_and_hacked.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 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 6e4151e7a0..e9e6351da6 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 @@ -138,10 +138,10 @@ category = list("hacked", "Security") /datum/design/a762 - name = "Stripper Clip (7.62mm) + name = "Rifle Bullet (7.62mm)" id = "a762" build_type = AUTOLATHE - materials = list(MAT_METAL = 20000) //more expensive with autolathe + materials = list(MAT_METAL = 5000) //need seclathe for clips category = list("hacked", "Security") /datum/design/c10mm name = "Ammo Box (10mm)"