Files
Paradise/code/modules/food/deep_fryer.dm
VampyrBytes 4113b531af rewrite for DF/CM and grill
rewrite cos damn!

No more spam names... worst they can get is one of each type in a name.
CM won't accept anything that's been cerealized (at any point), DF and
grill will accept things that have been in them before, but you'll end
up with a burned mess, a cloud of smoke, and the chance of a small fire
2014-07-21 20:37:25 +01:00

19 lines
468 B
Plaintext

/obj/machinery/cooker/deepfryer
name = "deep fryer"
desc = "Deep fried <i>everything</i>."
icon = 'icons/obj/cooking_machines.dmi'
icon_state = "fryer_off"
thiscooktype = "deep fried"
burns = 1
firechance = 100
cooktime = 200
foodcolor = "#FFAD33"
officon = "fryer_off"
onicon = "fryer_on"
obj/machinery/cooker/deepfryer/gettype()
var/obj/item/weapon/reagent_containers/food/snacks/deepfryholder/type = new(get_turf(src))
return type