Skip to content

Commit

Permalink
22 lr
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Oct 6, 2024
1 parent 52ab167 commit 417dce6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/cargo/packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,11 @@
desc = "Contains a fifty-round box of .44 roumain hollow point ammo, great against unarmored targets."
contains = list(/obj/item/ammo_box/a44roum/hp)
cost = 500

/datum/supply_pack/ammo/c22lr
name = ".22 LR Ammo Box Crate"
desc = "Contains two 75 round ammo boxes for refilling .22 LR weapons."
contains = list(/obj/item/ammo_box/c22lr_box,
/obj/item/ammo_box/c22lr_box)
crate_name = "ammo crate"
cost = 250

0 comments on commit 417dce6

Please sign in to comment.