From ad3a58beffde7eeddc1e04b7596ad1261bf3f309 Mon Sep 17 00:00:00 2001 From: Suxlextnux <102543015+Suxleftnux@users.noreply.github.com> Date: Tue, 5 Apr 2022 19:52:46 +0200 Subject: [PATCH] x --- code/modules/projectiles/guns/ballistic/automatic.dm | 2 +- code/modules/projectiles/guns/energy/plasmaf13.dm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)