Skip to content

Commit

Permalink
adding C4 to the WO gun vendor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed May 26, 2024
1 parent a3288e4 commit 4648712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/vending/vendor_types/wo_vendors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
list("M5 Bayonet", floor(scale * 25), /obj/item/attachable/bayonet, VENDOR_ITEM_REGULAR),
list("M11 Throwing Knife", floor(scale * 10), /obj/item/weapon/throwing_knife, VENDOR_ITEM_REGULAR),
list("M94 Marking Flare Pack", floor(scale * 10), /obj/item/storage/box/m94, VENDOR_ITEM_REGULAR)
list("Plastic Explosive", floor(scale * 2), /obj/item/explosive/plastic, VENDOR_ITEM_REGULAR)
)

//------------REQ AMMUNITION VENDOR---------------
Expand Down

0 comments on commit 4648712

Please sign in to comment.