mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +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
20 lines
660 B
Plaintext
20 lines
660 B
Plaintext
/obj/item/ammo_casing/caseless/rocket
|
|
name = "\improper PM-9HE"
|
|
desc = "An 84mm High Explosive rocket. Fire at people and pray."
|
|
caliber = "84mm"
|
|
icon_state = "srm-8"
|
|
projectile_type = /obj/item/projectile/bullet/a84mm_he
|
|
|
|
/obj/item/ammo_casing/caseless/rocket/hedp
|
|
name = "\improper PM-9HEDP"
|
|
desc = "An 84mm High Explosive Dual Purpose rocket. Pointy end toward mechs."
|
|
caliber = "84mm"
|
|
icon_state = "84mm-hedp"
|
|
projectile_type = /obj/item/projectile/bullet/a84mm
|
|
|
|
/obj/item/ammo_casing/caseless/a75
|
|
desc = "A .75 bullet casing."
|
|
caliber = "75"
|
|
icon_state = "s-casing-live"
|
|
projectile_type = /obj/item/projectile/bullet/gyro
|