From 644c4ee3f8d9d22791ef46d737a5f335ecfee4a2 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sat, 3 Jul 2021 14:33:54 -0700 Subject: [PATCH] Update vending_yw.dm --- code/game/machinery/vending_yw.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/vending_yw.dm b/code/game/machinery/vending_yw.dm index cec6c9abcf..d01995701c 100644 --- a/code/game/machinery/vending_yw.dm +++ b/code/game/machinery/vending_yw.dm @@ -28,7 +28,7 @@ icon_state = "sec" req_access = list(access_security) products = list(/obj/item/weapon/handcuffs = 8,/obj/item/weapon/grenade/flashbang = 4,/obj/item/device/flash = 5, - /obj/item/weapon/reagent_containers/food/snacks/donut/normal = 12,/obj/item/weapon/storage/box/evidence = 6) + /obj/item/weapon/reagent_containers/food/snacks/donut/plain = 12,/obj/item/weapon/storage/box/evidence = 6) contraband = list(/obj/item/clothing/glasses/sunglasses = 2,/obj/item/weapon/storage/box/donut = 2) req_log_access = access_armory - has_logs = 1 \ No newline at end of file + has_logs = 1