mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
/obj/machinery/vending/snack/Initialize(mapload)
|
|
var/list/extra_products = list(
|
|
/obj/item/storage/fancy/jellybean_bowl = 5,
|
|
/obj/item/reagent_containers/food/snacks/sfseeds = 5
|
|
)
|
|
LAZYADD(products, extra_products)
|
|
. = ..()
|