diff --git a/code/modules/projectiles/ammo_datums.dm b/code/modules/projectiles/ammo_datums.dm index 29af64a633f29..81f2387c491e3 100644 --- a/code/modules/projectiles/ammo_datums.dm +++ b/code/modules/projectiles/ammo_datums.dm @@ -407,7 +407,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh damage = 20 penetration = 12.5 shrapnel_chance = 15 - sundering = 2 + sundering = 0.5 /datum/ammo/bullet/pistol/heavy name = "heavy pistol bullet" diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index e3cf50f14a675..189f6e160d2a6 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -516,6 +516,7 @@ fire_delay = 0.2 SECONDS burst_delay = 0.1 SECONDS + extra_delay = 0.3 SECONDS burst_amount = 3 accuracy_mult = 1.2 accuracy_mult_unwielded = 0.95