mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 22:57:15 +01:00
30 lines
879 B
Plaintext
30 lines
879 B
Plaintext
/obj/item/ammo_box/magazine/internal/shot/supershort
|
|
name = "super shorty shotgun internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/shotgun/rubbershot
|
|
max_ammo = 2
|
|
|
|
/obj/item/ammo_box/magazine/internal/shot/eshotty
|
|
name = "eshotgun internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/shotgun/buckshot
|
|
max_ammo = 8
|
|
|
|
/obj/item/ammo_box/magazine/internal/shot/varmitrifle
|
|
name = "varmit rifle internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/c22lr
|
|
max_ammo = 10
|
|
caliber = ".22"
|
|
multiload = 1
|
|
|
|
/obj/item/ammo_box/magazine/internal/hunting
|
|
name = "hunting rifle internal magazine"
|
|
desc = "Oh god, this shouldn't be here"
|
|
ammo_type = /obj/item/ammo_casing/a308
|
|
caliber = ".308"
|
|
max_ammo = 5
|
|
|
|
/obj/item/ammo_box/magazine/internal/shot/levergun/brush2
|
|
name = "brush gun internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/g45l
|
|
caliber = ".45l"
|
|
max_ammo = 10
|