Skip to content

Commit

Permalink
fishfry fish_fry by the fry shore
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed Jan 29, 2025
1 parent 903e3a5 commit f38a86a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/food/meatdish.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
name = "fish fry"
desc = "All that and no bag of chips..."
icon = 'icons/obj/food/meat.dmi'
icon_state = "fishfry"
icon_state = "fish_fry"
food_reagents = list(
/datum/reagent/consumable/nutriment = 6,
/datum/reagent/consumable/nutriment/vitamin = 3
Expand Down
14 changes: 0 additions & 14 deletions code/game/objects/items/food/meatslab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,20 +140,6 @@
tastes = list("pure electricity" = 2, "meat" = 1)
foodtypes = RAW | MEAT | TOXIC | GORE

/obj/item/food/meat/slab/human/mutant/apid
icon_state = "apidmeat"
desc = "Smells like flowers, hopefully doesn't taste like one."
tastes = list("honey" = 1, "flowers" = 1, "meat" = 2)
foodtypes = MEAT | RAW | GORE

/obj/item/food/meat/slab/human/mutant/psyphoza
icon_state = "psyphoza_meat"
desc = "Psychically awaiting consumption, spooky."
food_reagents = list(/datum/reagent/drug/mushroomhallucinogen = 3)
tastes = list("pop candy" = 1, "meat" = 1)
foodtypes = VEGETABLES | RAW | GORE
microwaved_type = /obj/item/food/meat/steak/plain/human/psyphoza

////////////////////////////////////// OTHER MEATS ////////////////////////////////////////////////////////


Expand Down

0 comments on commit f38a86a

Please sign in to comment.