A couple more.

This commit is contained in:
Ghommie
2020-01-24 03:50:44 +01:00
parent 67f58b8a59
commit 1ba4c19c64
2 changed files with 5 additions and 5 deletions

View File

@@ -186,6 +186,7 @@ GLOBAL_LIST_INIT(food_reagents, build_reagents_to_food()) //reagentid = related
var/datum/chemical_reaction/recipe = get_chemical_reaction(recipe_id)
if(!recipe)
info = "This recipe is illegible."
return
var/list/dat = list("<ul>")
for(var/rid in recipe.required_reagents)
var/datum/reagent/R = GLOB.chemical_reagents_list[rid]