ADVERTISEMENT

Ailing Jamal Murray powers Nuggets over Thunder to force Game 7

Published May 16, 2025 01:36 pm
Denver Nuggets guard Jamal Murray, front left, drives to the basket as Oklahoma City Thunder guards Alex Caruso, back left, and Luguentz Dort defend in the first half of Game 6 in the Western Conference semifinals of the NBA basketball playoffs Thursday, May 15, 2025, in Denver. (AP Photo/David Zalubowski)
Denver Nuggets guard Jamal Murray, front left, drives to the basket as Oklahoma City Thunder guards Alex Caruso, back left, and Luguentz Dort defend in the first half of Game 6 in the Western Conference semifinals of the NBA basketball playoffs Thursday, May 15, 2025, in Denver. (AP Photo/David Zalubowski)

DENVER (AP) — A sick Jamal Murray may have been questionable for Game 6, but in his mind there was nothing ambiguous about his playing status.

“Absolutely not,” Murray said when asked if there was any chance he'd have sat out the game.

Murray scored 25 points and powered the Denver Nuggets past the Thunder 119-107 Thursday night, May 16, sending the series back to Oklahoma City for a decisive Game 7.

Shai Gilgeous-Alexander also had no doubt.

“Yeah, I knew he was going to play, obviously in a do-or-die situation for them,” SGA said. “And they came out with a sense of urgency and jumped on us right away.”

After being sick for 24 hours, Murray ignited the Nuggets with a four-point play to start things off and sank a step-back 3-pointer to start the fourth quarter that pushed Denver's lead into double digits.

Nikola Jokic led Denver with 29 points, 14 rebounds and eight assists, and Christian Braun scored a career playoff-best 23 points. But it was second-year reserve guard Julian Strawther who ignited the Nuggets' runaway, scoring a career playoff-high 15 points, all in the second half.

“Julian played huge for us, made real big shots," Aaron Gordon said. “I don't think that's something that they game-planned for.”

Strawther had a pair of 3s and a layup during the decisive 10-0 third-quarter spurt and he kept making big plays at both ends in the fourth quarter as the Nuggets finally had a laugher in this exhaustive, physical series.

Case in point: Strawther lost a crown in the fourth quarter. A ballboy retrieved the artificial tooth from the circle when the action went to the other end.

Gordon grabbed at his left hamstring late in the game and hobbled through the final few minutes, but he insisted he'd be fine for Game 7, which is Sunday, with the Minnesota Timberwolves awaiting the winner after dispatching Golden State in five games.

If he's good to go, that would be a huge relief for Denver interim coach David Adelman, who called Gordon “the reason why we've won games and won series and have a banner hanging up.”

Gilgeous-Alexander led the Thunder with 32 points, but he didn’t get enough help from his teammates to clinch Oklahoma City's first trip to the Western Conference Finals since 2016. All-Star Jalen Williams scored six points on 3-of-16 shooting.

The Nuggets, who won the title two years ago, finally get two days off after a grueling past few weeks. They have played every other day since April 29.

“The guys in there looked like they were happier to have tomorrow off than they were about going to a Game 7,” Adelman said.

The Thunder have only lost back-to-back games twice this season, once in November and once in early April. However, this will be the current iteration's first win-or-go-home game.

“First of all, credit Denver — they threw a punch tonight as has happened in the series, both teams are exchanging blows," Thunder coach Mark Daigneault said. “They got theirs in tonight, and both teams have done a great job of standing back up, including us, and we need to do that on Sunday.”

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.