diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 9cc9199061..b405811b66 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -191,7 +191,7 @@ name = "Serdy's Weapon Box" has_items = list( /obj/item/weapon/permit/gun/fluff/silencedmp5a5, - /obj/item/weapon/gun/projectile/revolver/detective/fluff/serdy) + /obj/item/weapon/gun/projectile/colt/fluff/serdy) /* diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index 9d74af65f6..f1506b796f 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -189,6 +189,18 @@ ammo_type = /obj/item/ammo_casing/a357/stun // SilencedMP5A5 : Serdykov Antoz + +/obj/item/weapon/gun/projectile/colt/fluff/serdy + name = "Raikov PPS/45" + desc = "An expertly crafted and reliable .45 sidearm with a 7 round single-stack magazine, originally built and in 2369 for frontier men and peacekeepers. The frame and slide are nickel plated, and it has a synthetic black ivory grip. The words 'Krasnaya Raketa' are engraved on the slide near the muzzle. It's relatively thin, but heavy. It also has an ambidextrous mag release and safety lever, making it grippable in either hand comfortably." + icon = 'icons/vore/custom_guns_vr.dmi' + item_state = "raikov" + icon_state = "raikov" + fire_sound = 'sound/weapons/45pistol_vr.ogg' + magazine_type = /obj/item/ammo_magazine/c45m/rubber + + +/* //Commented out due to weapon change. /obj/item/weapon/gun/projectile/revolver/detective/fluff/serdy //This forces it to be .38 bullets only name = "Vintage S&W Model 10" desc = "It's a classic S&W Model 10 revolver. This one in particular is beautifully restored with a chromed black frame and cylinder, and a nice redwood grip. The name 'Serdykov A.' is engraved into the base of the grip." @@ -198,6 +210,7 @@ fire_sound = 'sound/weapons/deagle.ogg' origin_tech = list(TECH_COMBAT = 2, TECH_MATERIAL = 2) ammo_type = /obj/item/ammo_casing/a38r //Rubber rounds. +*/ // LuminescentRing : Briana Moore /obj/item/weapon/gun/projectile/derringer/fluff/briana diff --git a/icons/vore/custom_guns_vr.dmi b/icons/vore/custom_guns_vr.dmi index c869884958..da52d84838 100644 Binary files a/icons/vore/custom_guns_vr.dmi and b/icons/vore/custom_guns_vr.dmi differ diff --git a/icons/vore/custom_guns_vr2.dmi b/icons/vore/custom_guns_vr2.dmi new file mode 100644 index 0000000000..da52d84838 Binary files /dev/null and b/icons/vore/custom_guns_vr2.dmi differ diff --git a/sound/weapons/45pistol_vr.ogg b/sound/weapons/45pistol_vr.ogg new file mode 100644 index 0000000000..faa55fb1b9 Binary files /dev/null and b/sound/weapons/45pistol_vr.ogg differ