From 240eaa5e47409b27c6f279a893268935ed9799e3 Mon Sep 17 00:00:00 2001 From: BlueHNT <79374236+BlueHNT@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:20:27 +0200 Subject: [PATCH] magazine capitalization --- nsv13/code/modules/jobs/security/weapons.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsv13/code/modules/jobs/security/weapons.dm b/nsv13/code/modules/jobs/security/weapons.dm index a06ba94346d..c93642dad70 100644 --- a/nsv13/code/modules/jobs/security/weapons.dm +++ b/nsv13/code/modules/jobs/security/weapons.dm @@ -153,7 +153,7 @@ departmental_flags = DEPARTMENTAL_FLAG_SECURITY /datum/design/apglockmag - name = "Glock Magazine (armour piercing)" + name = "Glock Magazine (Armour Piercing)" id = "glock_apmag" build_type = PROTOLATHE materials = list(/datum/material/iron = 14000, /datum/material/titanium = 150, /datum/material/silver = 150) @@ -171,7 +171,7 @@ departmental_flags = DEPARTMENTAL_FLAG_SECURITY /datum/design/incglockmag - name = "Glock Magazine (incendiary)" + name = "Glock Magazine (Incendiary)" id = "glock_incmag" build_type = PROTOLATHE materials = list(/datum/material/iron = 14000, /datum/material/plasma = 150, /datum/material/glass = 50, /datum/material/gold = 50)