Cricket Cryptic #5
<p>I had another puzzle in <a href="https://puzzles.independent.co.uk/games/cryptic-crossword-independent?puzzleDate=20230228#!202302" rel="noopener" target="_blank">The Independent</a> recently (select 28th Feb 2023), but meanwhile, here is Cricket Cryptic #5, as first released in <a href="https://www.countycricketmatters.com/" rel="noopener" target="_blank">County Cricket Matters</a> issue 11. <span id="more-1716"></span><br/>
The solutions and clue explainations are on the CCM site <a href="https://www.countycricketmatters.com/post/answers-to-crossword-5-issue-11-crossword" rel="noopener" target="_blank">here</a>, so no video explainer from me for this one. As usual, scroll down for a browser-solvable version, or print off the <a data-rel="lightbox-image-0" data-rl_caption="" data-rl_title="" href="https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5.png" title="">standard</a> or <a data-rel="lightbox-image-1" data-rl_caption="" data-rl_title="" href="https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5-inksaver.png" title="">inksaver</a> versions.<br/>
<a data-rel="lightbox-image-2" data-rl_caption="" data-rl_title="" href="https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5.png" title=""><img alt="Cricket Cryptic #5 by The Void" class="alignnone size-large wp-image-1718" decoding="async" fetchpriority="high" height="800" sizes="(max-width: 609px) 100vw, 609px" src="https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5-609x800.png" srcset="https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5-609x800.png 609w, https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5-228x300.png 228w, https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5-768x1009.png 768w, https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5-1169x1536.png 1169w, https://tlmb.net/blog/wp-content/uploads/2023/03/Cricket5.png 1195w" width="609"/></a>
<link href="https://viresh-ratnakar.github.io/exolve-m.css" rel="stylesheet" type="text/css"/>
<script src="https://viresh-ratnakar.github.io/exolve-m.js"></script></p>
<div id="exolve"></div>
<p> <script>
createExolve(`
exolve-option: color-currclue:#d1ffff font-size:large color-active-clue:white font-family:inherit webifi
exolve-begin
exolve-width: 15
exolve-height: 15
exolve-title: Cricket Cryptic #5
exolve-setter: The Void
exolve-copyright: @TheVoidTLMB
exolve-option: ignore-enum-mismatch
exolve-maker:
Converted by exolve-from-puz.js from Cricket5.puz
exolve-grid:
I.K.P.....F.M..
STEELE.AFTERALL
L.N.A.S.I.R.R.I
ATTIC.ALGORITHM
N...E.M.L.E.I.I
DEFENSIVE.TOAST
..O.T...A...L.E
PERHAPS.FORWARD
O.E...E...O.R..
POINT.ACROBATIC
P.G.U.G.E.I...R
INNERTUBE.NOISE
N.E.P.L.D.S.T.A
GARFIELD.SOBERS
..S.N.....N.M.E
exolve-across:
6 Northants stalwart's small golf prop left by edge of Carnoustie (6)
7 Where hallows can be, in any case (5,3)
11 Tacit arrangement of where to store old kit? (5)
12 It's said Vice President beat calculation system (9)
13 See 18
15 At first, the original Ashes struggled to burn (5)
16 Maybe exercise knocks over Henry (7)
18 & 13. Block view of R.A.F. Dresden scramble (7,9)
20 Indicate fielder (5)
22 Agile dancer's on boat to inch at frequent intervals (9)
25 Bertie, dancing with nun's rubber ring (5,4)
26 Ball is held by northern earl, making racket (5)
28 & 29. All-rounder desires golf bar to be rebuilt (8,6)
29 See 28
exolve-down:
1 Ignatius Loyola nodded vacantly in coastal territory (6)
2 Clark's county (4)
3 Put note on part-time troopers' source of nutrition (8)
4 Creature's hollow roar is penetrating body parts (6)
5 Discipline of fighter Liam, drunkenly hiding painting by another (7,3)
8 It traditionally conceals part of plant's foliage (3,4)
9 Restricted bug, trapped by cover (7)
10 Scandinavian people's fast bowler (4)
14 Norse grief disturbed those abroad (10)
16 & 24. White line cutting tranquility, according to Spooner (7,6)
17 Bird twisted ear, being swallowed by pinniped (7)
19 Umpire error: Brian's shown to be dropped regularly (8)
21 Highway menace Penny trapped in Italian city (6)
23 Hire Edith, in part, as mouthpiece (4)
24 See 16
27 One-ton electromagnetic thing (4)
exolve-end
`);
function customizeExolve(puz) {
/**
* Make the top-clue stickiness work by killing any "overflow" that is not
* visible among ancestor elements.
*/
let parent = puz.frame.parentElement;
while (parent) {
const hasOverflow = getComputedStyle(parent).overflow;
if (hasOverflow !== 'visible') {
parent.style.overflow = 'visible';
}
parent = parent.parentElement;
}
puz.checkButton.style.display = 'none';
puz.checkAllButton.style.display = 'none';
puz.buttonRow2.style.display = 'none';
document.addEventListener('exolve', function (e) {
if (e.detail.knownCorrect) {
alert(' Well batted!');
}
});
}
</script></p>