mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[MIRROR] Da great meat resprite PR. (#658)
* Da great meat resprite PR (#53433) * Da great meat resprite PR. Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard
|
||||
icon_state = "lizardmeat"
|
||||
desc = "Delicious dino damage."
|
||||
cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/plain/human/lizard
|
||||
filling_color = "#6B8E23"
|
||||
tastes = list("meat" = 4, "scales" = 1)
|
||||
foodtype = MEAT | RAW
|
||||
@@ -157,12 +158,17 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat
|
||||
name = "synthmeat"
|
||||
icon_state = "meat_old"
|
||||
cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/synth
|
||||
desc = "A synthetic slab of meat."
|
||||
foodtype = RAW | MEAT //hurr durr chemicals we're harmed in the production of this meat thus its non-vegan.
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab/meatproduct
|
||||
name = "meat product"
|
||||
icon_state = "meatproduct"
|
||||
desc = "A slab of station reclaimed and chemically processed meat product."
|
||||
cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/meatproduct
|
||||
tastes = list("meat flavoring" = 2, "modified starches" = 2, "natural & artificial dyes" = 1, "butyric acid" = 1)
|
||||
foodtype = RAW | MEAT
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab/monkey
|
||||
@@ -308,6 +314,7 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab/penguin
|
||||
name = "penguin meat"
|
||||
icon_state = "birdmeat"
|
||||
desc = "A slab of penguin meat."
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 4, /datum/reagent/consumable/cooking_oil = 3)
|
||||
cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/penguin
|
||||
@@ -338,6 +345,7 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab/chicken
|
||||
name = "chicken meat"
|
||||
icon_state = "birdmeat"
|
||||
desc = "A slab of raw chicken. Remember to wash your hands!"
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 6) //low fat
|
||||
cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/chicken
|
||||
@@ -400,12 +408,31 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/steak/penguin
|
||||
name = "penguin steak"
|
||||
icon_state = "birdsteak"
|
||||
tastes = list("beef" = 1, "cod fish" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/steak/chicken
|
||||
name = "chicken steak" //Can you have chicken steaks? Maybe this should be renamed once it gets new sprites.
|
||||
icon_state = "birdsteak"
|
||||
tastes = list("chicken" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/steak/plain/human/lizard
|
||||
name = "lizard steak"
|
||||
icon_state = "birdsteak"
|
||||
tastes = list("juicy chicken" = 3, "scales" = 1)
|
||||
foodtype = MEAT
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/steak/meatproduct
|
||||
name = "thermally processed meat product"
|
||||
icon_state = "meatproductsteak"
|
||||
tastes = list("enhanced char" = 2, "suspicious tenderness" = 2, "natural & artificial dyes" = 2, "emulsifying agents" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/steak/synth
|
||||
name = "synthsteak"
|
||||
desc = "A synthetic meat steak. It doesn't look quite right, now does it?"
|
||||
icon_state = "meatsteak_old"
|
||||
tastes = list("meat" = 4, "cryoxandone" = 1)
|
||||
|
||||
//////////////////////////////// MEAT CUTLETS ///////////////////////////////////////////////////////
|
||||
|
||||
//Raw cutlets
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 76 KiB |
Reference in New Issue
Block a user