From f6871d26567c32af3a80fe89db5fa04f4df15a47 Mon Sep 17 00:00:00 2001 From: Spades Date: Tue, 14 Jun 2016 17:41:47 -0400 Subject: [PATCH] Almost forgot the AP rounds! --- code/modules/vore/fluffstuff/custom_guns_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index 5705a3bdf74..1b92a5b7d96 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -454,6 +454,10 @@ /obj/item/ammo_magazine/mc9mml/empty initial_ammo = 0 +/obj/item/ammo_magazine/mc9mml/ap + name = "\improper SMG magazine (9mm armor-piercing)" + ammo_type = /obj/item/ammo_casing/c9mm/ap + /obj/item/ammo_magazine/mc9mml/flash name = "\improper SMG magazine (9mm flash)" ammo_type = /obj/item/ammo_casing/c9mmf