deepfryer ![code/modules/food_and_drinks/machinery/deep_fryer.dm 19](git.png)
Vars | |
cook_time | How long the current object has been cooking for |
---|---|
deepfry_blacklisted_items | Static typecache of things we can't fry. |
fry_loop | Our sound loop for the frying sounde effect. |
fry_speed | How quickly we fry food - modifier applied per process tick |
frying | What's being fried RIGHT NOW? |
frying_burnt | Has our currently frying object been burnt? |
frying_fried | Has our currently frying object been fried? |
grease_Increase_amount | The amount of grease_level increase on process() |
grease_increase_chance | The chance (%) of grease_level increase on process() |
grease_level | How dirty the fryer is - show overlay at 1 |
oil_use | How much cooking oil is used per process |
Var Details
cook_time ![code/modules/food_and_drinks/machinery/deep_fryer.dm 33](git.png)
How long the current object has been cooking for
deepfry_blacklisted_items ![code/modules/food_and_drinks/machinery/deep_fryer.dm 52](git.png)
Static typecache of things we can't fry.
fry_loop ![code/modules/food_and_drinks/machinery/deep_fryer.dm 50](git.png)
Our sound loop for the frying sounde effect.
fry_speed ![code/modules/food_and_drinks/machinery/deep_fryer.dm 37](git.png)
How quickly we fry food - modifier applied per process tick
frying ![code/modules/food_and_drinks/machinery/deep_fryer.dm 31](git.png)
What's being fried RIGHT NOW?
frying_burnt ![code/modules/food_and_drinks/machinery/deep_fryer.dm 41](git.png)
Has our currently frying object been burnt?
frying_fried ![code/modules/food_and_drinks/machinery/deep_fryer.dm 39](git.png)
Has our currently frying object been fried?
grease_Increase_amount ![code/modules/food_and_drinks/machinery/deep_fryer.dm 47](git.png)
The amount of grease_level increase on process()
grease_increase_chance ![code/modules/food_and_drinks/machinery/deep_fryer.dm 45](git.png)
The chance (%) of grease_level increase on process()
grease_level ![code/modules/food_and_drinks/machinery/deep_fryer.dm 43](git.png)
How dirty the fryer is - show overlay at 1
oil_use ![code/modules/food_and_drinks/machinery/deep_fryer.dm 35](git.png)
How much cooking oil is used per process