[MIRROR] Simplifies the way burning food is handled, kills burns_in_oven and burns_on_grill [MDB IGNORE] (#23502)

* Simplifies the way burning food is handled, kills burns_in_oven and burns_on_grill

* Update teshari_food.dm

* Merge conflicts

---------

Co-authored-by: A miscellaneous Fern <80640114+FernandoJ8@users.noreply.github.com>
Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-04 15:00:25 +02:00
committed by GitHub
parent 87bfa7a61a
commit 8aeccd68fa
24 changed files with 19 additions and 90 deletions
+1 -1
View File
@@ -105,4 +105,4 @@
else if(current_bake_time <= required_bake_time)
examine_list += span_notice("[parent] seems to be almost finished baking!")
else
examine_list += span_danger("[parent] should probably not be baked for much longer!")
examine_list += span_danger("[parent] should probably not be put in the oven.")
+1 -1
View File
@@ -139,7 +139,7 @@
else if(current_cook_time <= required_cook_time)
examine_list += span_notice("[parent] seems to be almost finished cooking!")
else
examine_list += span_danger("[parent] should probably not be cooked for much longer!")
examine_list += span_danger("[parent] should probably not be put on the grill.")
///Ran when an object moves from the grill
/datum/component/grillable/proc/on_moved(atom/source, atom/OldLoc, Dir, Forced)