diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 9cc9199061f..b405811b66d 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 9d74af65f69..f1506b796f8 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 c8698849580..da52d84838b 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 00000000000..da52d84838b 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 00000000000..faa55fb1b96 Binary files /dev/null and b/sound/weapons/45pistol_vr.ogg differ