mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-25 09:01:40 +00:00
* Wawastation * Update _basemap.dm * Update gateway.dm --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
21 lines
617 B
Plaintext
21 lines
617 B
Plaintext
/obj/item/ammo_box/magazine/internal/cylinder/grenademulti
|
|
name = "grenade launcher internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/a40mm
|
|
caliber = 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 = CALIBER_40MM
|
|
max_ammo = 1
|
|
|
|
/obj/item/ammo_box/magazine/internal/rocketlauncher
|
|
name = "rocket launcher internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/rocket
|
|
caliber = CALIBER_84MM
|
|
max_ammo = 1
|
|
|
|
/obj/item/ammo_box/magazine/internal/rocketlauncher/empty
|
|
start_empty = TRUE
|