From 00d855cbe4b6cfda1897f4ef503c7f2ff18a657f Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Mon, 10 May 2021 07:20:54 -0400 Subject: [PATCH] Update vending.dm --- code/modules/economy/vending.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/economy/vending.dm b/code/modules/economy/vending.dm index 9c2106adc0..36adfb6392 100644 --- a/code/modules/economy/vending.dm +++ b/code/modules/economy/vending.dm @@ -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),