Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fordmichigan committed Nov 4, 2023
1 parent 63a7fc5 commit bc7d3d8
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 bc7d3d8

Please sign in to comment.