In "staff_routes/route_Kota.rpy" there is a small error on line 357: "if player_background == "arts" or "humanities":". It should be "if player_background in ["arts", "humanities"]:", cause in the first case it will just check if the string "humanities" is not empty.