[MIRROR] Add message to indicate infinite pizza [MDB IGNORE] (#11396)

* Add message to indicate infinite pizza (#64587)

* Update pizzabox.dm

* Update pizzabox.dm

* Add message to indicate infinite pizza

Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
SkyratBot
2022-02-09 03:34:01 +00:00
committed by GitHub
co-authored by Tim
parent 9de213db5d
commit e8f6cb1d6b
+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"