From d2a2419e07f72d76eef16367ea5efa8988962e94 Mon Sep 17 00:00:00 2001 From: JoanRisu Date: Mon, 6 Jun 2016 16:54:38 -0700 Subject: [PATCH] Minor additions --- code/modules/vore/fluffstuff/custom_guns_vr.dm | 2 +- code/modules/vore/fluffstuff/custom_items_vr.dm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index cfc029c10f3..ed1e7fc7f4e 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -234,7 +234,7 @@ hitsound = null caliber = "9.5x40mm" ammo_type = "/obj/item/ammo_casing/a95mm" - + max_shells = 10 /obj/item/weapon/gun/projectile/automatic/fluff/crestrose/attack_self(mob/user as mob) on = !on diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 3c2143eb8c1..e74803c2c99 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -83,6 +83,8 @@ force = 15 sharp = 1 edge = 1 + hitsound = 'sound/weapons/bladeslice.ogg' + /obj/item/weapon/sword/fluff/joanaria/handle_shield(mob/user, var/damage, atom/damage_source = null, mob/attacker = null, var/def_zone = null, var/attack_text = "the attack")