From 6f08606ad6a31886f4184e8aae7fa3ae5e9b9486 Mon Sep 17 00:00:00 2001 From: CacheAtWork <133615617+CacheAtWork@users.noreply.github.com> Date: Sun, 25 Jun 2023 22:32:39 +0100 Subject: [PATCH] Update food.dm --- code/modules/fallout/obj/food_and_drinks/food.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/fallout/obj/food_and_drinks/food.dm b/code/modules/fallout/obj/food_and_drinks/food.dm index 9774a9a7221..b90eb8b3a55 100644 --- a/code/modules/fallout/obj/food_and_drinks/food.dm +++ b/code/modules/fallout/obj/food_and_drinks/food.dm @@ -604,6 +604,13 @@ filling_color = "#F0E68C" foodtype = MEAT +/obj/item/reagent_containers/food/snacks/f13/deathclawegg/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum) + if(!..()) //was it caught by a mob? + var/turf/T = get_turf(hit_atom) + new/obj/effect/decal/cleanable/egg_smudge(T) + reagents.reaction(hit_atom, TOUCH) + qdel(src) + /obj/item/reagent_containers/food/snacks/f13/giantantegg name = "giant ant egg" desc = "A giant ant egg.
You'd thought it be bigger but its white and squishy to the touch."