Adds in the ammo and the bullet!
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
desc = "A 4.6x30mm incendiary bullet casing."
|
||||
projectile_type = /obj/item/projectile/bullet/incendiary/c46x30mm
|
||||
|
||||
/obj/item/ammo_casing/c46x30mm/tx
|
||||
name = "Toxin Tipped 4.6x30mm bullet casing."
|
||||
desc = "A Toxin Tipped 4.6x30mm bullet casing."
|
||||
projectile_type = /obj/item/projectile/bullet/c46x30mm
|
||||
|
||||
// .45 (M1911 + C20r)
|
||||
|
||||
/obj/item/ammo_casing/c45
|
||||
|
||||
@@ -24,3 +24,8 @@
|
||||
name = "4.6x30mm incendiary bullet"
|
||||
damage = 10
|
||||
fire_stacks = 1
|
||||
|
||||
/obj/item/projectile/bullet/c46x30mm_tx
|
||||
name = "toxin tipped 4.6x30mm bullet"
|
||||
damage = 15
|
||||
damage_type = TOX
|
||||
Reference in New Issue
Block a user