Skip to content

Commit

Permalink
demonic magazine boxes from the depths of hell
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Jun 22, 2024
1 parent 06e50e9 commit 562fe5b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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,15 @@
/obj/item/ammo_box/magazine/mk1/empty
empty = TRUE

/obj/item/ammo_box/magazine/mk1/heap
name = "magazine box (M41A MK1 X 10)"
flags_equip_slot = SLOT_BACK
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 562fe5b

Please sign in to comment.