136137138139140141142
} int startPeriodDiff = 1 + workingRandom.nextInt(minimumAbsDiff); if (!positive) { startPeriodDiff = -startPeriodDiff; } return new CheapTimePillarSlideMove(subPillar, startPeriodDiff); }