f385751c4a
* Brings back nonlethal 38 bullets in a semi-nerfed state, adds lethal variant for the c38 bullet available at autolathes * Im drunk ignore me
29 lines
758 B
Plaintext
29 lines
758 B
Plaintext
// .357 (Syndie Revolver)
|
|
|
|
/obj/item/ammo_casing/a357
|
|
name = ".357 bullet casing"
|
|
desc = "A .357 bullet casing."
|
|
caliber = "357"
|
|
projectile_type = /obj/item/projectile/bullet/a357
|
|
|
|
// 7.62x38mmR (Nagant Revolver)
|
|
|
|
/obj/item/ammo_casing/n762
|
|
name = "7.62x38mmR bullet casing"
|
|
desc = "A 7.62x38mmR bullet casing."
|
|
caliber = "n762"
|
|
projectile_type = /obj/item/projectile/bullet/n762
|
|
|
|
// .38 (Detective's Gun)
|
|
|
|
/obj/item/ammo_casing/c38
|
|
name = ".38 rubber bullet casing"
|
|
desc = "A .38 rubber bullet casing."
|
|
caliber = "38"
|
|
projectile_type = /obj/item/projectile/bullet/c38
|
|
|
|
/obj/item/ammo_casing/c38/lethal
|
|
name = ".38 bullet casing"
|
|
desc = "A .38 bullet casing"
|
|
projectile_type = /obj/item/projectile/bullet/c38lethal
|