Skip to content

Commit

Permalink
Adds UNO cards to the Lifeboat Supply Cabinets (#6326)
Browse files Browse the repository at this point in the history
# About the pull request

see title

# Explain why it's good for the game

It can get pretty boring for marines on the lifeboat depending on how
long it takes for the round to wrap - this gives them something to do if
they want.

# Testing Photographs and Procedure

<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl:
add: lifeboats now come stocked with uno cards, for all your fun-filled
needs
/:cl:

---------

Co-authored-by: harryob <[email protected]>
  • Loading branch information
neeshacark and harryob authored May 26, 2024
1 parent 1ac626a commit 606f0ad
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),

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

0 comments on commit 606f0ad

Please sign in to comment.