Fixed rebase

This commit is contained in:
Sam 2022-01-30 14:14:34 -05:00
parent eec0ba18a9
commit e86d2ab46a

View File

@ -250,6 +250,7 @@ const SUPPORTED_TOOLKINDS: [ToolKind; 6] = [
type PrimaryComponentPool = HashMap<(ToolKind, String), Vec<(Arc<ItemDef>, Option<Hands>)>>;
type SecondaryComponentPool = HashMap<ToolKind, Vec<(Arc<ItemDef>, Option<Hands>)>>;
// TODO: Fix this. It broke when changes were made to component recipes
lazy_static! {
static ref PRIMARY_COMPONENT_POOL: PrimaryComponentPool = {
let mut component_pool = HashMap::new();