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