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