Add subway_defect, then is_sunny, and then distance <= 2 as conditions for the if statement.
subway_defect
is_sunny
distance <= 2
if
Make sure to pick subway_defect followed by and and then is_sunny, and, distance <= 2.
and