From 47405d18875b85dcac16356bab9d892dc80f81ff Mon Sep 17 00:00:00 2001 From: Julien Date: Sat, 12 Aug 2023 10:56:59 +0200 Subject: [PATCH] add lightstsick box because it's cool and give option to add the terrain... --- .../machinery/vending/vendor_types/squad_prep/squad_prep.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm b/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm index 55b7f50ae585..62ceccac5a3b 100644 --- a/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm +++ b/code/game/machinery/vending/vendor_types/squad_prep/squad_prep.dm @@ -281,6 +281,8 @@ list("Box of Flares", round(scale * 1), /obj/item/ammo_box/magazine/misc/flares, VENDOR_ITEM_REGULAR), list("M94 Marking Flare Pack", round(scale * 10), /obj/item/storage/box/m94, VENDOR_ITEM_REGULAR), list("M89-S Signal Flare Pack", round(scale * 1), /obj/item/storage/box/m94/signal, VENDOR_ITEM_REGULAR), + list("Box of Blue Lightsticks", round(scale * 1), /obj/item/storage/box/lightstick, VENDOR_ITEM_REGULAR), + list("Box of Red Lightsticks", round(scale * 1), /obj/item/storage/box/lightstick/red, VENDOR_ITEM_REGULAR), list("MISCELLANEOUS", -1, null, null), list("Toolkit", round(scale * 1), /obj/item/storage/firstaid/toolkit/empty, VENDOR_ITEM_REGULAR),