mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Update vending.dm
This commit is contained in:
@@ -360,6 +360,7 @@ GLOBAL_LIST_EMPTY(vending_products)
|
|||||||
listed_products.Add(list(list(
|
listed_products.Add(list(list(
|
||||||
"key" = key,
|
"key" = key,
|
||||||
"name" = I.item_name,
|
"name" = I.item_name,
|
||||||
|
"desc" = I.item_desc,
|
||||||
"price" = I.price,
|
"price" = I.price,
|
||||||
"color" = I.display_color,
|
"color" = I.display_color,
|
||||||
"isatom" = ispath(I.item_path, /atom),
|
"isatom" = ispath(I.item_path, /atom),
|
||||||
|
|||||||
Reference in New Issue
Block a user