From ae0abc928223a64451ae2cd900c79d1f8ec9a6a1 Mon Sep 17 00:00:00 2001 From: Adri <33333517+Miraviel@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:17:12 +0200 Subject: [PATCH] Adds more admin logging to roburgers (#21883) Co-authored-by: Miraviel --- code/modules/food_and_drinks/food/foods/sandwiches.dm | 4 ++++ 1 file changed, 4 insertions(+) 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."