mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 19:51:59 +00:00
31 lines
822 B
Plaintext
31 lines
822 B
Plaintext
/obj/item/ammo_box/magazine/internal/cylinder/grenademulti
|
|
name = "grenade launcher internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/a40mm
|
|
caliber = "40mm"
|
|
max_ammo = 6
|
|
|
|
/obj/item/ammo_box/magazine/internal/grenadelauncher
|
|
name = "grenade launcher internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/a40mm
|
|
caliber = "40mm"
|
|
max_ammo = 1
|
|
|
|
/obj/item/ammo_box/magazine/rocket
|
|
name = "84mm HE rocket"
|
|
desc = "A 84mm rocket."
|
|
icon_state = "srm-8"
|
|
ammo_type = /obj/item/ammo_casing/caseless/srm8
|
|
caliber = "84mm"
|
|
max_ammo = 1
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
|
|
/obj/item/ammo_box/magazine/rocket/update_icon()
|
|
..()
|
|
desc = initial(desc)
|
|
|
|
/obj/item/ammo_box/magazine/rocket/hedp
|
|
name = "84mm HEDP rocket"
|
|
icon_state = "84mm-hedp"
|
|
ammo_type = /obj/item/ammo_casing/caseless/a84mm
|
|
|