mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 12:16:40 +01:00
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
/obj/machinery/vending/games/Initialize(mapload)
|
|
var/list/extra_products = list(
|
|
/obj/item/toy/cards/deck/tarot = 3
|
|
)
|
|
LAZYADD(products, extra_products)
|
|
. = ..()
|