[MIRROR] Some griddle fixes (#2235)

* Some griddle fixes (#55548)

* GriddleFixes

* based

* make bacon burn properly

* Some griddle fixes

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
SkyratBot
2020-12-19 03:52:50 +01:00
committed by GitHub
co-authored by Qustinnus
parent 6fd3b6f51f
commit f50d7f31cc
3 changed files with 21 additions and 9 deletions
+3 -3
View File
@@ -271,9 +271,9 @@
var/mob/living/L = A
L.adjust_fire_stacks(fire_stack_strength * 0.5 * delta_time)
L.IgniteMob()
else if(istype(A, /obj/item) && DT_PROB(10, delta_time))
var/obj/item/O = A
O.microwave_act()
else if(istype(A, /obj/item))
var/obj/item/grilled_item = A
SEND_SIGNAL(grilled_item, COMSIG_ITEM_GRILLED, src, delta_time) //Not a big fan, maybe make this use fire_act() in the future.
/obj/structure/bonfire/process(delta_time)
if(!CheckOxygen())