Skip to content

Commit

Permalink
UNO
Browse files Browse the repository at this point in the history
  • Loading branch information
neeshacark authored May 23, 2024
1 parent 05f7bf1 commit 741485d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/vending/vendor_types/supplies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +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"),

Check failure on line 31 in code/game/machinery/vending/vendor_types/supplies.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '{"),

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

0 comments on commit 741485d

Please sign in to comment.