From 47a146ed350b338b4534267bc6f870b1ef4e7a8d Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Thu, 12 Jan 2023 19:29:27 -0500 Subject: [PATCH] adds pepperspray to sectech (#20135) --- code/game/machinery/vendors/departmental_vendors.dm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/vendors/departmental_vendors.dm b/code/game/machinery/vendors/departmental_vendors.dm index 2ca2cfe8890..f788c764ba5 100644 --- a/code/game/machinery/vendors/departmental_vendors.dm +++ b/code/game/machinery/vendors/departmental_vendors.dm @@ -210,8 +210,15 @@ icon_deny = "sec_deny" icon_panel = "wide_vendor" req_access_txt = "1" - products = list(/obj/item/restraints/handcuffs = 8, /obj/item/restraints/handcuffs/cable/zipties = 8, /obj/item/grenade/flashbang = 4, /obj/item/flash = 5, - /obj/item/reagent_containers/food/snacks/donut = 12, /obj/item/storage/box/evidence = 6, /obj/item/flashlight/seclite = 4, /obj/item/restraints/legcuffs/bola/energy = 7, + products = list(/obj/item/restraints/handcuffs = 8, + /obj/item/restraints/handcuffs/cable/zipties = 8, + /obj/item/grenade/flashbang = 4, + /obj/item/flash = 5, + /obj/item/reagent_containers/spray/pepper = 5, + /obj/item/reagent_containers/food/snacks/donut = 12, + /obj/item/storage/box/evidence = 6, + /obj/item/flashlight/seclite = 4, + /obj/item/restraints/legcuffs/bola/energy = 7, /obj/item/clothing/mask/muzzle/safety = 4) contraband = list(/obj/item/clothing/glasses/sunglasses = 2, /obj/item/storage/fancy/donut_box = 2, /obj/item/hailer = 5) refill_canister = /obj/item/vending_refill/security