Moves microwave recipes to their own subtype of the recipe datum, freeing it from the torment of being used solely for food.

This commit is contained in:
Mechoid
2020-01-15 23:46:05 -08:00
parent 929ba9c96b
commit 274b1e06ac
4 changed files with 190 additions and 190 deletions
+1 -1
View File
@@ -123,7 +123,7 @@
// food-related
/datum/recipe/proc/make_food(var/obj/container as obj)
if(!result)
world << "<span class='danger'>Recipe [type] is defined without a result, please bug this.</span>"
world << "<span class='danger'>Recipe [type] is defined without a result, please bug report this.</span>"
return
var/obj/result_obj = new result(container)
if(istype(container, /obj/machinery))