diff --git a/code/modules/food_and_drinks/pizzabox.dm b/code/modules/food_and_drinks/pizzabox.dm index fa7f56096bb..b7ee35be8c1 100644 --- a/code/modules/food_and_drinks/pizzabox.dm +++ b/code/modules/food_and_drinks/pizzabox.dm @@ -358,6 +358,7 @@ /obj/item/pizzabox/infinite/attack_self(mob/living/user) if(ishuman(user)) attune_pizza(user) + to_chat(user, span_notice("Another pizza immediately appears in the box, what the hell?")) return ..() /obj/item/pizzabox/infinite/proc/attune_pizza(mob/living/carbon/human/nommer) //tonight on "proc names I never thought I'd type"