mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user