From 3fe5791a7c0562076eb8e5da55894c51fa33314d Mon Sep 17 00:00:00 2001 From: Tempito <106168917+Tempito@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:42:31 -0400 Subject: [PATCH] Correct "sniper rifle magazine" ammo type as displayed in the ammolathe (308 -> 30-06) (#216) --- code/modules/research/designs/ammolathe_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/ammolathe_designs.dm b/code/modules/research/designs/ammolathe_designs.dm index d2a10c2bcd..dd89d8f018 100644 --- a/code/modules/research/designs/ammolathe_designs.dm +++ b/code/modules/research/designs/ammolathe_designs.dm @@ -541,7 +541,7 @@ category = list("initial", "Intermediate Magazines") /datum/design/ammolathe/w308 - name = "empty sniper rifle magazine (.308)" + name = "empty sniper rifle magazine (.30-06)" id = "w308" materials = list(/datum/material/iron = 6000) build_path = /obj/item/ammo_box/magazine/w3006/empty