These might be bad

This commit is contained in:
Aronai Sieyes
2021-07-20 21:23:18 -04:00
parent 01f999f10c
commit 274d30e2c5
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -43,9 +43,9 @@
if(!available_recipes)
available_recipes = new
for(var/datum/recipe/type as anything in subtypesof(/datum/recipe))
if((initial(type.appliance) & appliancetype))
available_recipes += new type
for(var/datum/recipe/typepath as anything in subtypesof(/datum/recipe))
if((initial(typepath.appliance) & appliancetype))
available_recipes += new typepath
acceptable_items = new
acceptable_reagents = new