mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-14 17:54:42 +01:00
@@ -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
|
||||
Reference in New Issue
Block a user