mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[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:
@@ -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.")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user