39404142434445
@Override public Turn getTurn() { Slot slot = battle.getSlot(slotId); return new RunTurn(battle, slot); }