Add 22 long rifle bullet

Nothing currently shoots this, but I will make it the bullet of choice for the hivebot.
This commit is contained in:
Razgriz
2021-01-21 18:23:27 -07:00
committed by GitHub
parent 98dcd81893
commit 48e93151e9

View File

@@ -4,7 +4,7 @@
var/diam = 9 //mm var/diam = 9 //mm
var/energy_add = 0 var/energy_add = 0
var/velocity = 500 //Meters per second var/velocity = 500 //Meters per second
var/hollow_point = FALSE var/hollow_point = FALSE //Determines if the round leaves additional shrapnel in the wound
var/grains = 115 //I hope the unit is obvious var/grains = 115 //I hope the unit is obvious
var/energy //Joules var/energy //Joules
var/old_bullet_act = FALSE var/old_bullet_act = FALSE
@@ -155,6 +155,24 @@
armor_penetration = -50 armor_penetration = -50
hollow_point = TRUE hollow_point = TRUE
/obj/item/projectile/bullet/22lr
fire_sound = 'sound/weapons/gunshot_pathetic.ogg'
grains = 40
diam = 5.7
velocity = 370
/obj/item/projectile/bullet/22lr/ap
grains = 31
diam = 5.7
velocity = 530
armor_penetration = 15
/obj/item/projectile/bullet/22lr/hp
grains = 38
diam = 5.7
velocity = 380
hollow_point = TRUE
//Shotgun projectiles //Shotgun projectiles
/obj/item/projectile/bullet/shotgun //Slug /obj/item/projectile/bullet/shotgun //Slug