Skip to content

Commit

Permalink
Merge branch 'master' into misc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe authored Jun 24, 2024
2 parents b09f26a + d355782 commit 574ab05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/projectiles/ammo_boxes/magazine_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
/obj/item/ammo_box/magazine/mk1/empty
empty = TRUE

/obj/item/ammo_box/magazine/mk1/heap
name = "magazine box (HEAP M41A MK1 X 10)"
overlay_ammo_type = "_heap"
overlay_content = "_heap"
magazine_type = /obj/item/ammo_magazine/rifle/m41aMK1/heap

/obj/item/ammo_box/magazine/mk1/heap/empty
empty = TRUE
//-----------------------M39 Rifle Mag Boxes-----------------------

/obj/item/ammo_box/magazine/m39
Expand Down

0 comments on commit 574ab05

Please sign in to comment.