From eeefc1cbaaed5854b53109b16278d6c5c1aad7f0 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Tue, 11 Aug 2020 16:01:29 -0500 Subject: [PATCH] heho woundies --- code/modules/projectiles/projectile/bullets/revolver.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/projectile/bullets/revolver.dm b/code/modules/projectiles/projectile/bullets/revolver.dm index 4eec288040..ec3cadc31a 100644 --- a/code/modules/projectiles/projectile/bullets/revolver.dm +++ b/code/modules/projectiles/projectile/bullets/revolver.dm @@ -132,9 +132,9 @@ name = ".357 DumDum bullet" // the warcrime bullet damage = 40 armour_penetration = -20 - wound_bonus = 30 - bare_wound_bonus = 30 + wound_bonus = 45 + bare_wound_bonus = 45 sharpness = SHARP_EDGED - embedding = list(embed_chance=80, fall_chance=3, jostle_chance=4, ignore_throwspeed_threshold=TRUE, pain_stam_pct=0.4, pain_mult=5, jostle_pain_mult=6, rip_time=10) + embedding = list(embed_chance=90, fall_chance=2, jostle_chance=5, ignore_throwspeed_threshold=TRUE, pain_stam_pct=0.4, pain_mult=5, jostle_pain_mult=6, rip_time=10) wound_falloff_tile = -1 embed_falloff_tile = -5