mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-25 17:22:59 +00:00
* Splits projectiles into different files for readability * Update tgstation.dme * I love how the dme cleans itself up
16 lines
491 B
Plaintext
16 lines
491 B
Plaintext
/obj/item/ammo_box/magazine/internal/boltaction
|
|
name = "bolt action rifle internal magazine"
|
|
desc = "Oh god, this shouldn't be here"
|
|
ammo_type = /obj/item/ammo_casing/a762
|
|
caliber = "a762"
|
|
max_ammo = 5
|
|
multiload = 1
|
|
|
|
/obj/item/ammo_box/magazine/internal/boltaction/enchanted
|
|
max_ammo = 1
|
|
ammo_type = /obj/item/ammo_casing/a762/enchanted
|
|
|
|
/obj/item/ammo_box/magazine/internal/boltaction/enchanted/arcane_barrage
|
|
ammo_type = /obj/item/ammo_casing/magic/arcane_barrage
|
|
|