Skip to content

Commit

Permalink
HPR-addings
Browse files Browse the repository at this point in the history
Adds a bipod and a flashlight for the HPR kit so it includes the attatchment needed for the use of full auto
  • Loading branch information
Dorodomki committed Jul 29, 2023
1 parent 9a2c6fc commit a48a067
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/cm_marines/equipment/guncases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@
/obj/item/storage/box/guncase/lmg
name = "\improper M41AE2 heavy pulse rifle case"
desc = "A gun case containing the M41AE2 heavy pulse rifle. You can get additional ammunition at requisitions."
storage_slots = 3
storage_slots = 5
can_hold = list(/obj/item/weapon/gun/rifle/lmg, /obj/item/ammo_magazine/rifle/lmg)

/obj/item/storage/box/guncase/lmg/fill_preset_inventory()
new /obj/item/weapon/gun/rifle/lmg(src)
new /obj/item/ammo_magazine/rifle/lmg(src)
new /obj/item/ammo_magazine/rifle/lmg/holo_target(src)
new /obj/item/attachable/flashlight
new /obj/item/attachable/bipod

//------------
/obj/item/storage/box/guncase/m41aMK1
Expand Down

0 comments on commit a48a067

Please sign in to comment.