Skip to content

Commit

Permalink
Merge pull request #9307 from Spookerton/spkrtn/cng/tastes-like-'gator
Browse files Browse the repository at this point in the history
teshari meat looks like chicken
  • Loading branch information
Atermonera committed Jan 31, 2024
2 parents 5496d8c + a81bba8 commit aca27de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/food/food/snacks/meat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
reagents.remove_reagent("triglyceride", INFINITY)
//Chicken is low fat. Less total calories than other meats

/obj/item/reagent_containers/food/snacks/meat/chicken/teshari
name = "meat"

/obj/item/reagent_containers/food/snacks/meat/neaera
name = "Neaera meat"
desc = "A slab of.. blue meat?"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@
/decl/emote/audible/teshtrill
)

meat_type = /obj/item/reagent_containers/food/snacks/meat/chicken/teshari


/datum/species/teshari/New()
equip_adjust = list(
Expand Down

0 comments on commit aca27de

Please sign in to comment.