diff --git a/code/modules/food_and_drinks/food/foods/sandwiches.dm b/code/modules/food_and_drinks/food/foods/sandwiches.dm index 22b88711169..496267203de 100644 --- a/code/modules/food_and_drinks/food/foods/sandwiches.dm +++ b/code/modules/food_and_drinks/food/foods/sandwiches.dm @@ -69,6 +69,10 @@ 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) + . = ..() + message_admins("A [name] has been created at [ADMIN_COORDJMP(src)].") + /obj/item/reagent_containers/food/snacks/xenoburger name = "xenoburger" desc = "Smells caustic and tastes like heresy."