mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 20:56:47 +01:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
/obj/machinery/vending/snack/Initialize(mapload)
|
|
var/list/extra_products = list(
|
|
/obj/item/storage/fancy/jellybean_bowl = 5
|
|
)
|
|
LAZYADD(products, extra_products)
|
|
. = ..()
|