def find_lianjin_formula(threshold): return find_match(screen_cap.screen_left(), 'lianjin', 2 + 1, threshold)
def find_drawing(threshold): return find_match(screen_cap.screen_left(), 'drawing', 0 + 1, threshold)
def find_money(threshold): return find_match(screen_cap.screen_left(), 'money', 0 + 1, threshold)