mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Fix warning in recipe.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user