Fix warning in recipe.dm

This commit is contained in:
ShadowLarkens
2021-06-19 14:34:50 -07:00
committed by GitHub
parent 7f8d5449b9
commit 1df281c0f3
-1
View File
@@ -316,7 +316,6 @@
// When exact is true, extraneous ingredients will fail the recipe
// In both cases, the full set of required ingredients is still needed
/proc/select_recipe(var/list/datum/recipe/available_recipes, var/obj/obj as obj, var/exact)
var/list/datum/recipe/possible_recipes = list()
var/highest_count = 0
var/count = 0
for (var/datum/recipe/recipe in available_recipes)