From 82a9aca46382b5fbccd79a3d57c9cf8588e70281 Mon Sep 17 00:00:00 2001 From: Spades Date: Fri, 9 Nov 2018 19:44:53 -0500 Subject: [PATCH] Wrong category. Moved to correct location. --- code/modules/projectiles/ammunition/rounds.dm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/projectiles/ammunition/rounds.dm b/code/modules/projectiles/ammunition/rounds.dm index dbe6aa55ec..e87c91409d 100644 --- a/code/modules/projectiles/ammunition/rounds.dm +++ b/code/modules/projectiles/ammunition/rounds.dm @@ -92,6 +92,11 @@ projectile_type = /obj/item/projectile/bullet/pistol/ap matter = list(DEFAULT_WALL_MATERIAL = 80) +/obj/item/ammo_casing/a9mm/hp + desc = "A 9mm hollow-point bullet casing." + projectile_type = /obj/item/projectile/bullet/pistol/hp + + /obj/item/ammo_casing/a9mm/flash desc = "A 9mm flash shell casing." icon_state = "r-casing" @@ -151,10 +156,6 @@ desc = "A .45 hollow-point bullet casing." projectile_type = /obj/item/projectile/bullet/pistol/medium/hp -/obj/item/ammo_casing/a9mm/hp - desc = "A 9mm hollow-point bullet casing." - projectile_type = /obj/item/projectile/bullet/pistol/hp - /* * 10mm */