mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 17:41:05 +00:00
* webbit reddit * commits for each file damn i hate web edits * magazine one of these is going to conflict with the guns pr why am i doing this at 2 am * yeet * does it compile probably not
26 lines
793 B
Plaintext
26 lines
793 B
Plaintext
// 4.6x30mm (Autorifles)
|
|
|
|
/obj/item/ammo_casing/c46x30mm
|
|
name = "4.6x30mm bullet casing"
|
|
desc = "A 4.6x30mm bullet casing."
|
|
caliber = "4.6x30mm"
|
|
projectile_type = /obj/item/projectile/bullet/c46x30mm
|
|
|
|
/obj/item/ammo_casing/c46x30mm/ap
|
|
name = "4.6x30mm armor-piercing bullet casing"
|
|
desc = "A 4.6x30mm armor-piercing bullet casing."
|
|
projectile_type = /obj/item/projectile/bullet/c46x30mm_ap
|
|
|
|
/obj/item/ammo_casing/c46x30mm/inc
|
|
name = "4.6x30mm incendiary bullet casing"
|
|
desc = "A 4.6x30mm incendiary bullet casing."
|
|
projectile_type = /obj/item/projectile/bullet/incendiary/c46x30mm
|
|
|
|
// .45 (M1911 + C20r)
|
|
|
|
/obj/item/ammo_casing/c45
|
|
name = ".45 bullet casing"
|
|
desc = "A .45 bullet casing."
|
|
caliber = ".45"
|
|
projectile_type = /obj/item/projectile/bullet/c45
|