[MIRROR] Ports fried chicken from the 2020 toolbox tournament. (#1549)

* Merge pull request #54721 from Krysonism/11herbs

Ports fried chicken from the 2020 toolbox tournament.

* Ports fried chicken from the 2020 toolbox tournament.

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-11-02 23:12:20 +01:00
committed by GitHub
parent 8d9c9d1468
commit 0f43776b16
3 changed files with 25 additions and 0 deletions
+14
View File
@@ -933,3 +933,17 @@
/obj/item/food/meat/cutlet/chicken
name = "chicken cutlet"
tastes = list("chicken" = 1)
/obj/item/food/fried_chicken
name = "fried chicken"
desc = "A juicy hunk of chicken meat, fried to perfection."
icon_state = "fried_chicken1"
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 6, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("chicken" = 3, "fried batter" = 1)
foodtypes = MEAT | FRIED
junkiness = 25
/obj/item/food/fried_chicken/Initialize()
. = ..()
if(prob(50))
icon_state = "fried_chicken2"