Skip to content

Commit

Permalink
ammobox capitalization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Jul 28, 2023
1 parent 240eaa5 commit c7b2192
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nsv13/code/modules/jobs/security/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
investigate_flags = ADMIN_INVESTIGATE_TARGET

/datum/design/lethal9mm
name = "9mm ammobox"
name = "9mm Ammo Box"
id = "glock_lethalammo"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 30000)
Expand All @@ -126,7 +126,7 @@
category = list("initial", "Security")

/datum/design/rubber9mm
name = "9mm ammobox (rubber)"
name = "9mm Ammo Box (Rubber)"
id = "glock_rubberammo"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 25000)
Expand All @@ -144,7 +144,7 @@
departmental_flags = DEPARTMENT_BITFLAG_SECURITY

/datum/design/ap9mm
name = "9mm ammobox (armour piercing)"
name = "9mm Ammo Box (Armour Piercing)"
id = "glock_apammo"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 25000, /datum/material/titanium = 4000, /datum/material/silver = 1000)
Expand All @@ -162,7 +162,7 @@
departmental_flags = DEPARTMENT_BITFLAG_SECURITY

/datum/design/inc9mm
name = "9mm ammobox (incendiary)"
name = "9mm Ammo box (Incendiary)"
id = "glock_incammo"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 25000, /datum/material/plasma = 4000, /datum/material/glass = 500, /datum/material/gold = 500)
Expand Down Expand Up @@ -242,7 +242,7 @@
projectile_type = /obj/item/projectile/bullet/c9mm/rubber

/obj/item/ammo_box/c9mm/rubber
name = "ammo box (9mm, rubber)"
name = "ammo box (9mm Rubber)"
icon_state = "9mmbox"
ammo_type = /obj/item/ammo_casing/c9mm/rubber
max_ammo = 30
Expand Down

0 comments on commit c7b2192

Please sign in to comment.