mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -4,7 +4,7 @@
|
||||
var/diam = 9 //mm
|
||||
var/energy_add = 0
|
||||
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/energy //Joules
|
||||
var/old_bullet_act = FALSE
|
||||
@@ -154,6 +154,24 @@
|
||||
velocity = 343
|
||||
armor_penetration = -50
|
||||
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
|
||||
|
||||
@@ -340,4 +358,4 @@
|
||||
old_bullet_act = TRUE
|
||||
|
||||
/obj/item/projectile/bullet/gyro
|
||||
old_bullet_act = TRUE
|
||||
old_bullet_act = TRUE
|
||||
|
||||
Reference in New Issue
Block a user