From 89214a1f59144d2176f67bf9ff1a47df6b90802b Mon Sep 17 00:00:00 2001 From: Adrer Date: Mon, 2 Oct 2023 23:48:20 +0200 Subject: [PATCH] Changes the roburger path to an existing path (#22614) Co-authored-by: Adrer --- code/modules/food_and_drinks/food/foods/sandwiches.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/foods/sandwiches.dm b/code/modules/food_and_drinks/food/foods/sandwiches.dm index 3c2f5e9399a..70d30f94d93 100644 --- a/code/modules/food_and_drinks/food/foods/sandwiches.dm +++ b/code/modules/food_and_drinks/food/foods/sandwiches.dm @@ -69,7 +69,7 @@ list_reagents = list("nutriment" = 6, "nanomachines" = 10, "vitamin" = 1) tastes = list("bun" = 4, "lettuce" = 2, "sludge" = 1) -/obj/item/reagent_containers/food/snacks/roburger/Initialize(mapload) +/obj/item/reagent_containers/food/snacks/hamborger/Initialize(mapload) . = ..() message_admins("A [name] has been created at [ADMIN_COORDJMP(src)].")