From c68f0559d9f72dace49edfa01652937e36eb9f9e Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:29:09 +0100 Subject: [PATCH] old instant eating speed --- code/datums/components/fried.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/fried.dm b/code/datums/components/fried.dm index 6fec887a28..eb06fbde8f 100644 --- a/code/datums/components/fried.dm +++ b/code/datums/components/fried.dm @@ -65,7 +65,7 @@ GLOBAL_LIST_INIT(frying_bad_chems, list( fried_tastes += food_item.tastes fried_foodtypes |= food_item.foodtype - owner.AddComponent(/datum/component/edible, foodtypes = fried_tastes, tastes = fried_tastes) + owner.AddComponent(/datum/component/edible, foodtypes = fried_tastes, tastes = fried_tastes, eat_time = 0) //adding the edible component gives it reagents meaning we can now add the bad frying reagents if it's junk if(fried_junk && owner.reagents) //check again just incase