mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Add message to indicate infinite pizza (#64587)
* Update pizzabox.dm * Update pizzabox.dm
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user