diff --git a/code/modules/clothing/spacesuits/rig/suits/alien.dm b/code/modules/clothing/spacesuits/rig/suits/alien.dm index 3e301b6078f..89d854b370b 100644 --- a/code/modules/clothing/spacesuits/rig/suits/alien.dm +++ b/code/modules/clothing/spacesuits/rig/suits/alien.dm @@ -7,7 +7,7 @@ desc = "A cheap NT knock-off of an Unathi battle-rig. Looks like a fish, moves like a fish, steers like a cow." suit_type = "\improper NT breacher" icon_state = "breacher_rig_cheap" - armor = list(melee = 60, bullet = 45, laser = 35, energy = 35, bomb = 70, bio = 100, rad = 50) + armor = list(melee = 60, bullet = 60, laser = 60, energy = 60, bomb = 70, bio = 100, rad = 50) emp_protection = -20 slowdown = 6 offline_slowdown = 10 diff --git a/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm b/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm index 70f7560b20c..012d73d4355 100644 --- a/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm +++ b/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm @@ -1,5 +1,5 @@ /obj/item/weapon/rig/breacher - armor = list(melee = 60, bullet = 50, laser = 50, energy = 10, bomb = 50, bio = 100, rad = 20) + armor = list(melee = 60, bullet = 45, laser = 45, energy = 10, bomb = 50, bio = 100, rad = 20) /obj/item/weapon/rig/breacher/fancy armor = list(melee = 85, bullet = 80, laser = 80, energy = 40, bomb = 80, bio = 100, rad = 60) //Still a tank just not indestructable diff --git a/code/modules/projectiles/guns/energy/pump.dm b/code/modules/projectiles/guns/energy/pump.dm index 1f2029e6056..5b9631be486 100644 --- a/code/modules/projectiles/guns/energy/pump.dm +++ b/code/modules/projectiles/guns/energy/pump.dm @@ -185,6 +185,7 @@ phase_power = 150 //efficient crank charger fire_sound = null charge_cost = 600 + fire_delay = 35 projectile_type = /obj/item/projectile/beam/sniper modifystate = "phrifledmr"