Skip to content

Commit

Permalink
Update food.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
PawnAtWork committed Jun 25, 2023
1 parent 76673ba commit 6f08606
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/fallout/obj/food_and_drinks/food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>You'd thought it be bigger but its white and squishy to the touch."
Expand Down

0 comments on commit 6f08606

Please sign in to comment.