10-27-2016, 12:34 AM (This post was last modified: 10-27-2016, 12:38 AM by UrsulaMejor. Edited 4 times in total.
Edit Reason: added pictures
)
I got 3 hours of sleep last night.
It's 1:23AM.
Let's drink some fuckin pizza
This patch lets you shove pizza slices (not whole pizzas) into glasses and beakers and stuff like a gross slob and then fucking drink it (what the f uck are you doing)
To Add:
Add this bit of code to the base pizza code on line 71 in code\obj\item\food\snacks.dm
afterattack(atom/target, mob/user, flag) // copied from the propuffs
if(src.sliced)
if (istype(target, /obj/item/reagent_containers/))
user.visible_message("<span style=\"color:blue\"><b>[user]</b> smooshes the [src] into the [target] like a freak.</span>",\
"<span style=\"color:blue\">You shove the [src] into the [target] like a disgusting monster.</span>")
src.reagents.add_reagent("pizza", 10)
src.reagents.trans_to(target, 10) //kinda hacky but it works and i had trouble with more elegant solutions
qdel (src)
return
else
return ..()
Then add the pizza reagent code in on line 35 (or similar) in code\datums\chemistry\Reagents-FoodDrink.dm
Also, unrelated, but here are some melty pizza sprites I made that might contain the liquid pizza reagent. I don't know how you'd end up getting these, but I made the sprites anyways:
(10-27-2016, 12:36 AM)TheNewTeddy Wrote: Bad idea.
Excuse me this is the best idea, although maybe there should be another step somewhere, shoving it in without blending makes no sense. Then again, nothing goon does. Great idea!
(10-27-2016, 12:36 AM)TheNewTeddy Wrote: Bad idea.
Excuse me this is the best idea, although maybe there should be another step somewhere, shoving it in without blending makes no sense. Then again, nothing goon does. Great idea!
We can already shove entire loaves of bread into beakers, pizza is arguably more liquid than most bread is