fixes fatshouter fillet slicing (#12108)

Co-authored-by: TheGreyWolf <mc-casper@hotmail.dk>
This commit is contained in:
Casper3667
2021-06-27 13:37:39 -03:00
committed by GitHub
co-authored by TheGreyWolf
parent a9db7e5111
commit 0bec602cd6
2 changed files with 7 additions and 1 deletions
@@ -4783,7 +4783,7 @@
desc = "A medium rare fillet of Fatshouter meat covered in an earthenroot pate and wrapped in a flaky crust."
icon_state = "fatshouterfillet_full"
bitesize = 2
slice_path = /obj/item/reagent_containers/food/snacks/meatbreadslice
slice_path = /obj/item/reagent_containers/food/snacks/fatshouterslice
slices_num = 5
reagents_to_add = list(/decl/reagent/nutriment/protein = 10, /decl/reagent/nutriment = 10, /decl/reagent/alcohol/messa_mead = 5)
reagent_data = list(/decl/reagent/nutriment/protein = list("juicy meat" = 10), /decl/reagent/nutriment = list("flaky dough" = 5, "savoury vegetables" = 5))
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- bugfix: "Slicing a fatshouter fillet now properly gives fatshouter fillet slices."