Merge pull request #500 from LunarFleet/Lun-Merc

Flechette merc nerfs
This commit is contained in:
Nadyr
2020-08-19 05:29:53 -04:00
committed by GitHub
3 changed files with 11 additions and 1 deletions
@@ -195,9 +195,12 @@
/mob/living/simple_mob/humanoid/merc/ranged/rifle/mag
loot_list = list(/obj/item/weapon/gun/magnetic/railgun/flechette = 100)
projectiletype = /obj/item/projectile/bullet/magnetic/flechette
projectiletype = /obj/item/projectile/bullet/magnetic/flechette/rapid // Who thought rapid fire 20 damage with 100% armor pen was a good idea? CH edit
projectilesound = 'sound/weapons/rapidslice.ogg'
projectile_dispersion = 5
projectile_accuracy = -20
base_attack_cooldown = 15
reload_max = 10
// Laser Rifle
@@ -0,0 +1,6 @@
/obj/item/projectile/bullet/magnetic/flechette/rapid
name = "rapid flechette"
icon_state = "flechette"
fire_sound = 'sound/weapons/rapidslice.ogg'
damage = 10
armor_penetration = 35