mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[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:
@@ -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