ん?待てよ
そういえばstartActionの時点ではsetLastTargetしてないな
このタイミングだと_lastTargetIndexから持って来るんじゃなくて現在スキルからターゲット持ってきた方が良いのか

×chainAction.setTarget(subject._lastTargetIndex); // new!
〇chainAction.setTarget(action._targetIndex); // new!