Update vending.dm

This commit is contained in:
Nadyr
2021-05-10 07:20:54 -04:00
committed by GitHub
parent 95e607b102
commit 00d855cbe4

View File

@@ -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),