mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
These might be bad
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user