From 3d8621dcd645f3c9142a8a35c71a710f0adc0de1 Mon Sep 17 00:00:00 2001 From: Spades Date: Thu, 9 Jun 2016 04:22:31 -0400 Subject: [PATCH] Fixes the BR casing --- code/modules/vore/fluffstuff/custom_guns_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index 00f43be72f..de64fc7cb7 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -378,7 +378,7 @@ /obj/item/ammo_casing/stg desc = "A 7.92×33mm Kurz casing." - icon_state = "762-casing" + icon_state = "rifle-casing" caliber = "kurz" projectile_type = /obj/item/projectile/bullet/rifle/a762 @@ -398,7 +398,7 @@ /obj/item/ammo_casing/a95mm desc = "A 9.5x40mm bullet casing." - icon_state = "762-casing" + icon_state = "rifle-casing" caliber = "9.5x40mm" projectile_type = /obj/item/projectile/bullet/rifle/a95mm