Skip to content

Commit

Permalink
Maths
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicacrov committed Feb 26, 2024
1 parent bfb5dd8 commit 40d2f68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/datums/supply_packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,9 @@
group = "Ammo"

/datum/supply_packs/ammo_m56d
name = "M56D drum magazine crate (x2)"
name = "M56D drum magazine crate (x1)"
contains = list(
/obj/item/ammo_magazine/m56d,
/obj/item/ammo_magazine/m56d,
)
cost = 25
containertype = /obj/structure/closet/crate/ammo
Expand Down

0 comments on commit 40d2f68

Please sign in to comment.