mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 20:22:07 +00:00
* fixes rocket launcher, but not some other issues with it * oh god oh fuck I broke everything * ok nevermind we rollin * remove a dumb testing runtime * less weird gramma on new description * change the typepath of the rocket to make it easier to know what it is * I don't remember if I even changed anything here but here it is anyways * grammar error fix * better qdel * casing to fix the article system * grammar fixes + hack to clear the mag * small hack for single round mags and makes sure icons update after being loaded * whoops * minimize diffs * capitalization with improper flag
18 lines
546 B
Plaintext
18 lines
546 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/internal/rocketlauncher
|
|
name = "rocket launcher internal magazine"
|
|
ammo_type = /obj/item/ammo_casing/caseless/rocket
|
|
caliber = "84mm"
|
|
max_ammo = 1
|