diff --git a/code/modules/cooking/recipes/cultural/recipes_skrell.dm b/code/modules/cooking/recipes/cultural/recipes_skrell.dm index 5b1c13085a4..a0741fcccdc 100644 --- a/code/modules/cooking/recipes/cultural/recipes_skrell.dm +++ b/code/modules/cooking/recipes/cultural/recipes_skrell.dm @@ -18,7 +18,7 @@ fruit = list("plumphelmet" = 1) items = list( /obj/item/reagent_containers/food/snacks/cheesewedge, - /obj/item/reagent_containers/food/snacks/crabmeat + /obj/item/reagent_containers/food/snacks/fish/mollusc ) result = /obj/item/reagent_containers/food/snacks/xuqqil @@ -34,7 +34,7 @@ fruit = list("seaweed" = 2) reagents = list(/decl/reagent/water = 10, /decl/reagent/drink/milk/cream = 5) items = list( - /obj/item/reagent_containers/food/snacks/squidmeat + /obj/item/reagent_containers/food/snacks/fish/mollusc ) reagent_mix = RECIPE_REAGENT_REPLACE result = /obj/item/reagent_containers/food/snacks/soup/qilvo diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm index 9146b3398c7..ab4f790ed96 100644 --- a/code/modules/reagents/reagent_containers/food/snacks.dm +++ b/code/modules/reagents/reagent_containers/food/snacks.dm @@ -3896,7 +3896,7 @@ /obj/item/reagent_containers/food/snacks/xuqqil name = "xuq'qil" - desc = "A large mushroom cap stuffed with cheese and crab meat." + desc = "A large mushroom cap stuffed with cheese and gnazillae. Originally from the Traverse, the recipe has been adapted for the enjoyment of Skrell with an appreciation for the flavors of human cuisine" icon_state = "xuqqil" filling_color = "#833D67" center_of_mass = list("x"=16, "y"=13) @@ -5333,7 +5333,7 @@ reagents_to_add = list(/decl/reagent/nutriment = 1, /decl/reagent/nutriment/protein = 1, /decl/reagent/blood = 6, /decl/reagent/nutriment/coco = 3) reagent_data = list(/decl/reagent/nutriment = list("iron" = 3)) bitesize = 6 - + /obj/item/reagent_containers/food/snacks/phoroncandy name = "phoron rock candy" desc = "Rock candy popular in Flagsdale. Actually contains phoron." diff --git a/html/changelogs/skrellrecipetweak.yml b/html/changelogs/skrellrecipetweak.yml new file mode 100644 index 00000000000..0ae38aadb21 --- /dev/null +++ b/html/changelogs/skrellrecipetweak.yml @@ -0,0 +1,6 @@ +author: LocoTokyoFunBus + +delete-after: True + +changes: + - tweak: "Changes the recipes for Qilvo and Xuq'qil to use mollusc meat, instead of squid meat and crab legs."