diff --git a/code/modules/projectiles/guns/ballistic/automatic.dm b/code/modules/projectiles/guns/ballistic/automatic.dm index 171dbbacdd..a0e530ddec 100644 --- a/code/modules/projectiles/guns/ballistic/automatic.dm +++ b/code/modules/projectiles/guns/ballistic/automatic.dm @@ -1432,7 +1432,7 @@ item_state = "sniper" slot_flags = SLOT_BACK mag_type = /obj/item/ammo_box/magazine/m2mm - extra_damage = 15 + extra_damage = 28 burst_size = 1 fire_delay = 10 zoomable = TRUE diff --git a/code/modules/projectiles/guns/energy/plasmaf13.dm b/code/modules/projectiles/guns/energy/plasmaf13.dm index f37ff63cf8..0c1af9f0f8 100644 --- a/code/modules/projectiles/guns/energy/plasmaf13.dm +++ b/code/modules/projectiles/guns/energy/plasmaf13.dm @@ -62,7 +62,8 @@ item_state = "plasma" icon_state = "plasma" armour_penetration = 0.1 - slowdown = 1 + extra_damage = 10 + slowdown = 0.6 fire_delay = 6.5 desc = "A miniaturized plasma caster that fires bolts of magnetically accelerated toroidal plasma towards an unlucky target." ammo_type = list(/obj/item/ammo_casing/energy/plasma)