mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
fixes master (#88032)
## About The Pull Request it's purchase path ## Changelog 🆑 grungussuss fix: a bug regarding orderable items has been fixed /🆑
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user