Skip to content

Commit

Permalink
Adding toners to rec vendors (#4834)
Browse files Browse the repository at this point in the history
# About the pull request
Adds toners to the rec vendor fixes #4603 

<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Allows for prolonged use of the copiers during the round.   
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

![2023-11-04
(3)](https://github.com/cmss13-devs/cmss13/assets/149270317/fd17b2b2-0908-48f4-a47c-56b7d6d72ebc)


</details>


# Changelog
:cl: Alexguinea
add: Added toners to the rec vendor
/:cl:
  • Loading branch information
fordmichigan committed Nov 6, 2023
1 parent ebb0ac6 commit f4ad05c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/vending/vending_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@
/obj/item/device/camera = 5,
/obj/item/device/camera_film = 10,
/obj/item/notepad = 5,
/obj/item/device/toner = 5,
)

contraband = list(/obj/item/toy/sword = 2)
Expand All @@ -431,5 +432,6 @@
/obj/item/toy/deck = 20,
/obj/item/toy/deck/uno = 15,
/obj/item/device/camera = 30,
/obj/item/device/toner = 15,
)
product_type = VENDOR_PRODUCT_TYPE_RECREATIONAL

0 comments on commit f4ad05c

Please sign in to comment.