From 980c9bea44d158314c8abfee1446f1464b5d39e9 Mon Sep 17 00:00:00 2001 From: HzDonut <32216351+HzDonut@users.noreply.github.com> Date: Mon, 23 Apr 2018 09:28:33 -0400 Subject: [PATCH] LeMat Fix Argh --- 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 50f238fd59..af03934ffc 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -352,6 +352,10 @@ name = "Modified LeMat" desc = "The LeMat Revolver is a 9 shot revolver with a secondary firing barrel for loading shotgun shells. Uses .38-Special and 12g rounds depending on the barrel. This one appears to have had it's secondary barrel sealed off and looks to be in pristine condition. Either it's brand new, or its owner takes very good care of it." icon_state = "lemat" + max_shells = 9 + caliber = ".38" + ammo_type = /obj/item/ammo_casing/a38 + preserve_item = FALSE //////////////////// Energy Weapons ////////////////////