Skip to content

Commit

Permalink
magazine capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Jul 28, 2023
1 parent 2ce07ea commit 240eaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsv13/code/modules/jobs/security/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 240eaa5

Please sign in to comment.