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)"