Add message to indicate infinite pizza (#64587)

* Update pizzabox.dm

* Update pizzabox.dm
This commit is contained in:
Tim
2022-02-08 21:58:37 -05:00
committed by GitHub
parent 414abf0d0a
commit 0737a347d9
+1
View File
@@ -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"