old instant eating speed

This commit is contained in:
Timothy Teakettle
2020-07-20 17:29:09 +01:00
parent eab0ae8af0
commit c68f0559d9

View File

@@ -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