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