Skip to content

Commit

Permalink
Update requisitions.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rem1-code committed Aug 10, 2024
1 parent 5cdf309 commit 206561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/vendor_types/requisitions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
list("M56D Heavy Machine Gun", floor(scale * 2), /obj/item/storage/box/guncase/m56d, VENDOR_ITEM_REGULAR),
list("M2C Heavy Machine Gun", floor(scale * 2), /obj/item/storage/box/guncase/m2c, VENDOR_ITEM_REGULAR),
list("M240 Incinerator Unit", floor(scale * 2), /obj/item/storage/box/guncase/flamer, VENDOR_ITEM_REGULAR),
list("M707 Anti Material Rifle", floor(scale * 0.5), /obj/item/storage/box/guncase/m707, VENDOR_ITEM_REGULAR),
list("M707 Anti Material Rifle", floor(scale * 0.5), /obj/item/storage/box/guncase/vulture, VENDOR_ITEM_REGULAR),
list("M79 Grenade Launcher", floor(scale * 3), /obj/item/storage/box/guncase/m79, VENDOR_ITEM_REGULAR),
list("XM51 Breaching Scattergun", floor(scale * 3), /obj/item/storage/box/guncase/xm51, VENDOR_ITEM_REGULAR),

Expand Down

0 comments on commit 206561e

Please sign in to comment.