// XXX: たぶんこんなかんじ
if (question.owner.isDoingRight()) {
 if (question.answers.length <= 0) {
  if (question.fixRequests.length > 0) {
   question.fixRequests[0].owner.setEvil(true);
  }
 }
}