From 4f6ef1cde52bcf87e15bf0285ee3f606d5f3e982 Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+Sadboysuss@users.noreply.github.com> Date: Wed, 20 Nov 2024 01:02:50 +0300 Subject: [PATCH] fixes master (#88032) ## About The Pull Request it's purchase path ## Changelog :cl: grungussuss fix: a bug regarding orderable items has been fixed /:cl: --- _maps/map_files/NebulaStation/NebulaStation.dmm | 2 +- .../computer/orders/order_items/cook/order_milk_eggs.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_maps/map_files/NebulaStation/NebulaStation.dmm b/_maps/map_files/NebulaStation/NebulaStation.dmm index 9fcaa3cb5b3..fc9b1b99823 100644 --- a/_maps/map_files/NebulaStation/NebulaStation.dmm +++ b/_maps/map_files/NebulaStation/NebulaStation.dmm @@ -108959,7 +108959,7 @@ /turf/open/floor/iron/dark, /area/station/hallway/primary/port) "qfy" = ( -/mob/living/simple_animal/bot/floorbot, +/mob/living/basic/bot/repairbot, /obj/effect/turf_decal/bot_white, /obj/machinery/status_display/ai/directional/east, /turf/open/floor/iron/dark/textured_large, diff --git a/code/game/machinery/computer/orders/order_items/cook/order_milk_eggs.dm b/code/game/machinery/computer/orders/order_items/cook/order_milk_eggs.dm index 8ec5e9a53a8..e53d595c498 100644 --- a/code/game/machinery/computer/orders/order_items/cook/order_milk_eggs.dm +++ b/code/game/machinery/computer/orders/order_items/cook/order_milk_eggs.dm @@ -112,12 +112,12 @@ /datum/orderable_item/milk_eggs/ready_donk_salisbury name = "Ready-Donk Meal: Donkriginals Salisbury Steak" - item_path = /obj/item/food/ready_donk/salisbury_steak + purchase_path = /obj/item/food/ready_donk/salisbury_steak cost_per_order = 40 /datum/orderable_item/milk_eggs/ready_donk_chicken name = "Ready-Donk Meal: Donkriginals Country-Fried Chicken" - item_path = /obj/item/food/ready_donk/country_chicken + purchase_path = /obj/item/food/ready_donk/country_chicken cost_per_order = 40 /datum/orderable_item/milk_eggs/tiziran_goods