Skip to content

Commit

Permalink
crap
Browse files Browse the repository at this point in the history
  • Loading branch information
neeshacark authored May 23, 2024
1 parent 741485d commit a3fef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/vendor_types/supplies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
list("M94 Marking Flare Pack", 5, /obj/item/storage/box/m94, VENDOR_ITEM_REGULAR),
list("M5 Bayonet", 8, /obj/item/attachable/bayonet, VENDOR_ITEM_REGULAR),
list("Handheld Radio", 5, /obj/item/device/radio, VENDOR_ITEM_REGULAR),
list("deck of UNO cards", 5, /obj/item/toy/deck/uno, VENDOR_ITEM_REGULAR"),
list("deck of UNO cards", 5, /obj/item/toy/deck/uno, VENDOR_ITEM_REGULAR),

list("CLOTHING", -1, null, null),
list("Gas Mask", 15, /obj/item/clothing/mask/gas, VENDOR_ITEM_REGULAR),
Expand Down

0 comments on commit a3fef62

Please sign in to comment.