CINXE.COM
The 15 Best Buffy the Vampire Slayer Episodes
<!DOCTYPE html> <html lang="en-se" data-ign="2018" prefix="og: http://ogp.me/ns#" id="IGN2023"> <head> <title>The 15 Best Buffy the Vampire Slayer Episodes</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="With a Hulu revival on the way, we look at the best of Buffy." /> <link rel="canonical" href="https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes"> <link rel="alternate" hreflang="en" href="https://www.ign.com/articles/best-buffy-the-vampire-slayer-episodes" /> <link rel="alternate" hreflang="en-my" href="https://sea.ign.com/buffy-the-vampire-slayer-1/224723/feature/the-top-10-buffy-the-vampire-slayer-episodes" /> <link rel="alternate" hreflang="en-pk" href="https://pk.ign.com/buffy-the-vampire-slayer/235642/feature/the-top-10-buffy-the-vampire-slayer-episodes" /> <link rel="alternate" hreflang="en-se" href="https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes" /> <link rel="alternate" hreflang="en-sg" href="https://sea.ign.com/buffy-the-vampire-slayer-1/224723/feature/the-top-10-buffy-the-vampire-slayer-episodes" /> <link rel="alternate" hreflang="en-us" href="https://www.ign.com/articles/best-buffy-the-vampire-slayer-episodes" /> <link rel="alternate" hreflang="en-za" href="https://za.ign.com/buffy-the-vampire-slayer-1/105160/feature/the-15-best-buffy-the-vampire-slayer-episodes" /> <link rel="alternate" hreflang="x-default" href="https://www.ign.com/articles/best-buffy-the-vampire-slayer-episodes" /> <meta http-equiv="content-language" content="en-se" /> <script type="text/javascript">(function() { var c = document.cookie; if (window !== window.top || window.location.search.match(/geoPref=|setccpref=/gi)) { return; } var geoCC = ''; try { geoCC = c.match(/geoCC=([a-z]+)/i)[1]; } catch(e) {} if (geoCC.match(/US|CA|GB|AU|IE|NZ/gi) && !navigator.userAgent.match(/google|bot|crawler/gi)) { window.stop(); window.location.replace('https://www.ign.com/articles/best-buffy-the-vampire-slayer-episodes'); } })();</script> <meta name="robots" content="max-image-preview:large"> <meta property="dable:item_id" content="91311"> <link href="/s/ign/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="mask-icon" href="https://oystatic.ignimgs.com/src/core/img/favicon/safari_favicon.svg" color="#bf1313"/> <script id="gdpr" type="text/javascript"> (function() { if (window !== window.top) { return; } var getGeoCC = function() { var match = document.cookie.match(/(^|;)\s*geoCC\s*=\s*([^;]+)/); if (match) return match[2]; } window.geoCC = getGeoCC(); //gdprApplies namespace should be fine, the stub function below is a let within an iife window.gdprApplies = (geoCC && /be|bg|cz|dk|de|ee|ie|el|es|fr|gr|hr|it|cy|lv|lt|lu|hu|mt|nl|at|pl|pt|ro|si|sk|fi|no|se|gb|uk|unk/i.test(geoCC)) ? true : false; if (gdprApplies) { (function() { function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if (args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function(n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function() { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb({ gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb({ eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb({ eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function(event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function(retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); }()); } })(); </script> <script> (function(){ if (window !== window.top){return;} if (!gdprApplies){return;} var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '2raWnDggRWy8v', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <script type="text/javascript"> window.ICMS = window.ICMS || { cmd: [], libs: [], css: [], tcf2loader: [], deferredJSLoader:[] }; ICMS.lang = 'en'; ICMS.siteID = 'ign_nordic'; ICMS.siteName = 'IGN Nordic'; ICMS.amzTag = 'zdintlignse-21'; ICMS.contentId = '91311'; ICMS.keywordSlug = '4056'; ICMS.baseUri = ''; ICMS.pageName = 'The 15 Best Buffy the Vampire Slayer Episodes'; ICMS.pageUrl = 'https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes'; ICMS.isPublished = 'True'; ICMS.backendEditUrl = 'https://nordic.icms.ign.com/admin/article/91311/'; ICMS.isEmbed = (window.self !== window.top) ? true : false; ICMS.articletype = 'FEATURE'; ICMS.staticVersioning = '?612'; ICMS.cmd.push(function() { IGNInternationalInit(); }); </script> <script type="text/javascript">window.ICMS.cmd.push(function() { });</script> <script src="/s/bundle_ign.js?612" defer></script><script src="https://sm.ign.com/zdadkit2.js?612" defer></script><script src="https://sm.ign.com/themes_9.js?612" defer></script> <meta name="twitter:site" content="@IGNNordic"><meta property="og:site_name" content="IGN Nordic" /><meta property="fb:app_id" content="115982828429116" /><meta property="fb:profile_id" content="https://www.facebook.com/ignnordic" /><meta property="twitter:image" content="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_3qg2.1200.jpg"><meta property="og:image" itemprop="image" content="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_3qg2.1200.jpg"><meta name="twitter:card" value="summary_large_image"><meta property="og:type" content="article"><meta property="og:title" content="The 15 Best Buffy the Vampire Slayer Episodes"><meta property="og:description" content="With a Hulu revival on the way, we look at the best of Buffy."><meta property="og:url" content="https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes"><meta property="og:locale" content="en_US"><meta property="article:published_time" content="2025-02-19T18:30:40+00:00"><meta property="article:publisher" content="https://www.facebook.com/ignnordic"><meta property="article:section" content="Buffy the Vampire Slayer"><meta property="article:tag" content="Entertainment, Buffy the Vampire Slayer"> <link rel="alternate" type="application/rss+xml" title="IGN Nordic Buffy the Vampire Slayer" href="/buffy-the-vampire-slayer.xml"> <!-- Trackers --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9QCVCEGQ3"></script> <script> window.dataLayer = window.dataLayer || []; window.gtag = window.gtag||function(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Y9QCVCEGQ3', { }) gtag('event', 'icms_page_view', { 'send_to': 'G-Y9QCVCEGQ3', 'icms_keyword': "Buffy the Vampire Slayer", 'icms_obj_type': "FEATURE", 'icms_obj_author': "Matt Fowler" }) gtag('config', 'G-G0Z2FQREVE'); </script> <script type="text/javascript">var _comscore = _comscore || []; _comscore.push({c1: "2", c2: "3000068" });</script> <script type="text/javascript" src="https://sb.scorecardresearch.com/beacon.js" async="true"></script> <noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=3000068&c4=" alt="*" style="position: absolute" width="1" height="1"></noscript> <style type="text/css">@font-face{font-family:"Inter Var";font-style:normal;font-weight:100 1000;font-display:swap;font-stretch:normal;src:url(/s/ign/Inter-VariableFont_slnt,wght.ttf)format("truetype-variations")}body,html{margin:0;padding:0;font-family:"Inter Var",sans-serif;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{overflow-x:hidden}.page-wrapper,body,html{background-color:#f6f8f7}aside#sidebarHeader,body,header{padding-top:0}body.rtl{direction:rtl}body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1240px;padding:8px 10px}body.hasSkin section.broll,body.hasSkin section.wrap.videofeatured{padding-left:10px;padding-right:10px;background:#f6f8f7;box-sizing:border-box}body.hasSkin section.stripe{padding-left:10px;padding-right:10px;margin:0 auto;box-sizing:border-box}body.hasSkin .page-content{max-width:1240px;margin:0 auto;background:#f6f8f7;padding-top:5px;box-sizing:border-box}body.hasSkin section.hero article{width:1240px;max-width:1240px;background-position:center;background-repeat:no-repeat}body.hasSkin section.hero{margin-left:initial;margin-right:initial}body.hasSkin .herogrid{padding:10px;box-sizing:border-box;background:#f6f8f7}aside#sidebarHeader.backend,body.hasSkin .spacer,body.iframe #btnoverlay,body.iframe aside#sidebarHeader{display:none}.ad-wrapper.pgQSsticky{position:sticky;position:-webkit-sticky;top:65px;margin-top:35px}#_themeMobileHeaderDoodle{max-height:100%}body iframe.quizembed{width:100%;min-height:500px;border:0;overflow:hidden}header{top:0;width:100%;z-index:100;flex-shrink:0}header .icon-logo{aspect-ratio:182/55;width:6.625em;height:1.9791666666667em;font-size:.7rem}header .icon-logo .dpad-path{fill:#bf1313}.sidebar-page-header{border-bottom:1px solid rgba(138,147,153,.25);display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;height:64px;background:#fff;z-index:7;padding:0 12px;transition:margin-left 200ms cubic-bezier(.34,-.09,.45,1.18)}.sidebar-page-header #current-user{position:absolute;top:15.5px;right:16px;width:32px;color:#41495a}.sidebar-page-header #current-user .userIcon{width:32px;height:32px;border-radius:50%}aside#sidebarHeader.backend+#btnoverlay+#mainblock{width:100%;margin-left:0}aside#sidebarHeader{--theme-elements-divider:rgba(138, 147, 153, 0.25);--theme-elements-icon-default:#41495a;color:#41495a;position:fixed;top:0;left:0;bottom:0;height:100%;background:#fff;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);z-index:2000000000;transition-duration:450ms;width:85vw;font-family:"Inter var",sans-serif;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:-webkit-transform;-webkit-transition-property:transform;transition-property:transform}.sidebar-page-header,aside#sidebarHeader *{box-sizing:border-box}aside#sidebarHeader.collapsed{width:0}aside#sidebarHeader.collapsed .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}#sidebarHeader.collapsed button.back label,aside#sidebarHeader.collapsed .ign-logo .ign-path,aside#sidebarHeader.collapsed .logodate,aside#sidebarHeader.collapsed .logout,aside#sidebarHeader.collapsed .region,aside#sidebarHeader.collapsed .search-modal,aside#sidebarHeader.collapsed .sidebar-main a span{opacity:0}#sidebarHeader.hide,aside#sidebarHeader.collapsed .region{display:none}aside#sidebarHeader .ign-logo .ign-path,aside#sidebarHeader .logodate,aside#sidebarHeader .logout,aside#sidebarHeader .region,aside#sidebarHeader .search-modal,aside#sidebarHeader .sidebar-main a span{-webkit-transition-duration:200ms;transition-duration:200ms;transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader .sidebar-main a span{opacity:1;line-height:1.5}#loginwrapper.loggedin .login-avatar,aside#sidebarHeader.collapsed #loginwrapper .login-avatar{opacity:1}#loginwrapper.loggedin .login-buttons,aside#sidebarHeader #ignheader.collapsed #loginwrapper .login-buttons,aside#sidebarHeader.collapsed #loginwrapper .sidebar-item-text{opacity:0;display:none}aside#sidebarHeader.collapsed .side .sidebar-header{padding-left:36px;padding-right:36px}aside#sidebarHeader.collapsed .side .sidebar-header.scrollbar{padding-left:33px}body.rtl aside#sidebarHeader .sidebar-header{direction:ltr}aside#sidebarHeader.collapsed .sidebar-icon{font-size:1.5rem}aside#sidebarHeader.collapsed #loginwrapper .userlogged span,aside#sidebarHeader.collapsed .icon-right-chevron{display:none}aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:auto}body.rtl aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:0;margin-right:auto;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}body.rtl aside#sidebarHeader .icon-left-chevron{margin-left:0;margin-right:auto;transform:rotate(180deg)}body.rtl aside#sidebarHeader.collapsed .icon-left-chevron{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}aside#sidebarHeader.collapsed .header-toggle{right:-46px;display:block}aside#sidebarHeader .header-toggle.WIKI{display:none}aside#sidebarHeader #search-input{display:block;padding:8px;width:90%;border:1px solid #181c25;outline:0;font-size:14px;border-radius:8px;color:#181c25;max-width:90%}aside#sidebarHeader .cls-1{color:inherit;stroke:none}.sidebar-mobile-overlay{position:fixed;inset:0;background-color:rgba(65,73,90,.8);backdrop-filter:blur(.5em);transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18);z-index:10;opacity:1}.sidebar-mobile-overlay.collapsed{opacity:0;z-index:-1}aside#sidebarHeader .logout{padding:4px 16px;color:#fff;border-radius:4px;background-color:#bf1313;font-weight:700;line-height:1em;text-align:center;display:inline-block;width:19%;top:4px;position:relative;align-self:flex-start}.header-toggle{position:absolute;z-index:20002;border-radius:50%;color:#fff;border:1px solid #181c25;background-color:#181c25;cursor:pointer;width:32px;height:32px;right:-16px;top:16px;padding:0}.header-toggle:hover{background-color:#41495a;border:1px solid #41495a;color:#fff}#ignheader{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:100%}.fixed-header{position:fixed}.side-container{position:relative;-webkit-flex:1;-ms-flex:1;flex:1}#loginwrapper,.side{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overscroll-behavior:contain;position:absolute;height:100%;left:-75%;opacity:0;z-index:0;-webkit-transition-property:left,opacity;transition-property:left,opacity,display;-webkit-transition-duration:250ms,100ms;transition-duration:250ms,100ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0ms,75ms;transition-delay:0ms,75ms}.side .sidebar-header{-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px;-webkit-transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px;overflow:hidden;padding:20px 24px 0}#ignheader.collapsed .side-container .sidebar-section li,.side .sidebar-header .logo-edition{white-space:nowrap}.logo-edition{display:flex;gap:6px}.side .sidebar-main{overflow:hidden auto;scroll-behavior:smooth;flex:1 1 0%;padding:18px 24px}.sidebar-main>hr{height:1px;background-color:rgba(138,147,153,.25);border:0}.sidebar-main>b{text-transform:uppercase}aside#sidebarHeader.collapsed .side .sidebar-main{padding-right:24px;padding-left:24px}.side .sidebar-main .divider{width:100%;margin-top:18px;margin-bottom:18px;border-bottom:1px solid rgba(138,147,153,.25)}.side h3{font-size:18px;font-weight:700;margin:18px 0}#loginwrapper{position:relative;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);height:76px;overflow:hidden;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;box-sizing:border-box}.collapsed #loginwrapper{display:block}#loginwrapper.loggedin{gap:80px;display:block}#loginwrapper.loggedin .login-avatar{background:0 0;display:flex;flex-direction:row;gap:12px;width:100%}#loginwrapper .userlogged{font-weight:700;display:inline-block;width:80%;max-width:80%;color:#41495a}#loginwrapper .userlogged span{max-width:70%;display:inline-block}#loginwrapper .login-avatar,#loginwrapper .sidebar-item-text{opacity:0;width:0;padding:0;border:0;-webkit-transition-property:opacity,width,padding;transition-property:opacity,width,padding;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);display:none}.collapsed #loginwrapper .login-avatar{padding-top:10px;display:block;width:100%;height:auto;color:#41495a}#loginwrapper .login-buttons{display:flex;opacity:1;-webkit-transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:1;-ms-flex:1;flex:1;flex-direction:row;gap:12px;justify-content:center;text-decoration:none}#loginwrapper img.userIcon{height:36px;border-radius:50%;vertical-align:middle;margin-right:10px}body.rtl #loginwrapper img.userIcon{margin-right:0;margin-left:10px}.login-buttons .button{cursor:pointer;white-space:nowrap;transition:color .2s ease 0s,background .15s ease 0s,border .15s ease 0s;max-width:120px;font-size:.875rem;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;font-weight:700;line-height:1.5;border-radius:8px;padding:6px 12px;flex-grow:1;text-align:center}.login-buttons .login-button{background-color:#fff;border:1px solid #bbc4c4;color:#181c25}.login-buttons .register-button{color:#fff;border:1px solid #181c25;background-color:#181c25}.side-container .sidebar-section{list-style-type:none;display:flex;flex-direction:column;gap:2px;margin:0;padding:0}.side.slide{left:0;opacity:1;z-index:1}.side.right{left:75%}.fancybox-lock .fancybox-overlay{z-index:10000000000}#loginwrapper,.region{padding:18px 24px}.region select{color:#41495a;border-radius:8px;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 12px;width:100%;outline:0;margin-top:5px;background:#fff;border:1px solid #767676}.region select:not(:disabled){background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3cg stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke='%2341495a'%3e%3cpath d='M8.82842712 5L6 7.82842712 3.17157288 5'/%3e%3c/g%3e%3c/svg%3e");background-size:18px;background-position:calc(100% - 12px) center;background-repeat:no-repeat}body.rtl .region select:not(:disabled){background-position:calc(0 + 12px) center}.side-container .sidebar-section a,.side-container .sidebar-section li{width:100%;display:flex;-webkit-box-align:center;align-items:center;border-radius:8px;overflow:hidden}.side-container .sidebar-section li{gap:18px;font-size:15px}.side-container .sidebar-section a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-align-items:center;-ms-flex-align:center;gap:12px;color:#41495a;padding:8px 15px;fill:#41495a;transition:padding .1s linear 0s}aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-left:15px;padding-right:11px}aside#sidebarHeader.collapsed .side-container .sidebar-section a.scrollbar{padding-left:11px}body.rtl aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-right:15px}.side-container .sidebar-section>li.selected,.side-container .sidebar-section>li:hover{background-color:#8a939940;color:#41495a;border:0}.side-container .sidebar-section>li.search:hover{background-color:inherit;cursor:pointer}.side-container .sidebar-section>li.selected{font-weight:700}.sidebar-section a.icon-home:before{content:url(/s/ign/sidebar/home.svg);padding-left:1px}.sidebar-section .selected a.icon-home:before{content:url(/s/ign/sidebar/home-selected.svg);padding-left:1px}.sidebar-section a[href^="/article/review"]:before{content:url(/s/ign/sidebar/review.svg)}.sidebar-section a[href^="/video"]:before{content:url(/s/ign/sidebar/video.svg)}.sidebar-section a[href^="/forum"]:before{content:url(/s/ign/sidebar/forum.svg)}.sidebar-section a[href^="/ps4"]:before{content:url(/s/ign/sidebar/ps4.svg)}.sidebar-section a[href^="/pc"]:before{content:url(/s/ign/sidebar/pc.svg)}.sidebar-section a[href^="/xbox-one"]:before{content:url(/s/ign/sidebar/xbox.svg)}.sidebar-section a[href^="/article/feature"]:before{content:url(/s/ign/sidebar/facebook.svg)}.sidebar-section a[href^="/nintendo-switch"]:before{content:url(/s/ign/sidebar/nintendo-switch.svg)}.sidebar-section a[href^="/cinematv"]:before{content:url(/s/ign/sidebar/film.svg)}.sidebar-section a[href^="/3ds"]:before{content:url(/s/ign/sidebar/3ds.svg)}.sidebar-section a[href^="/ps5"]:before{content:url(/s/ign/sidebar/ps5.svg)}.sidebar-icon,.sidebar-section a svg,.sidebar-section a:before{background-size:100%;cursor:inherit;user-select:none;aspect-ratio:1/1;display:inline-block;flex-shrink:0}.sidebar-section a svg,.sidebar-section a:before{width:1.2em;height:1.2em;font-size:25px}.editions.desktop,.search-modal .button,.sidebar-section a.iconsvg:before,footer{display:none}.sidebar-icon{width:1em;height:1em;font-size:1.5rem}.side .sidebar-main::-webkit-scrollbar{width:6px}.side .sidebar-main::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(138,147,153,.5);background:rgba(138,147,153,.5);border-radius:10px}.side .sidebar-main::-webkit-scrollbar-track{background:0 0}button.back{border:0;background-color:transparent;outline-width:0;padding:0;color:#41495a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;text-align:left;margin:0;font-size:11px;line-height:1.35;-webkit-letter-spacing:.03em;-moz-letter-spacing:.03em;-ms-letter-spacing:.03em;letter-spacing:.03em;text-transform:uppercase;font-weight:700;gap:12px}body.rtl button.back{flex-direction:row-reverse;margin-left:auto}button.back,button.back label{cursor:pointer}#sidebarHeader li.legal{flex-direction:column-reverse;color:#41495a;background:#f6f8f7;padding:8px 11px;font-size:13px;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;line-height:1.3;gap:6px}#sidebarHeader li.legal a{padding:0}a,section.broll h3 a{text-decoration:none}.wrap{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}section#js{position:absolute;bottom:0;left:0;width:1px;height:1px;overflow:hidden}#gheader,section.stripe{background-color:#f5f5f5;box-shadow:0 2px 4px 0 rgba(0,0,0,.18);padding:18px 0;transition:padding .1s linear 0s;overflow:hidden;border-top:1px solid #d1d5db}section.stripe{padding:12px 0;margin-bottom:0}svg.ign-logo{background-size:100%;cursor:inherit;user-select:none;display:inline-block;flex-shrink:0;aspect-ratio:182/55;height:1.97917em;font-size:1.5rem;width:3.17em;fill:#bf1313}svg.sidebar-icon.icon-logo{color:#bf1313;fill:#bf1313}#ign-logo-wrap{position:absolute;left:50%;transform:translate(-50%);top:25%;z-index:500}div.logodate{font-size:16px;font-weight:700;max-width:280px;display:inline-block;vertical-align:super;align-self:center}.right-rail{display:block}.extramenu{cursor:pointer}.filterlist{padding:0;margin:0}#zdlogoblue{width:65px;height:auto}.search-modal{margin-top:2px;width:100%}.menu-editions{display:block!important;text-align:center!important;line-height:60px}#footer div.legal,button.back{display:flex;align-items:center}#footer.limitedScroll{display:block;background:#f5f5f5;padding:4px;font-size:small;text-align:center}#footer.limitedScroll a,svg.ign-logo{color:#bf1313}a.commentscount:before{content:url(/s/ign/comments.svg);display:inline-block;vertical-align:middle;margin-left:10px;margin-right:5px}.page-content{position:relative;top:18%}.button-primary{background-color:#bf1313;border-radius:4px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;letter-spacing:-.5px;white-space:nowrap;padding:8px 20px;border:0}div.tbl{display:table;position:relative;margin-right:320px}section.broll.hasAd div.adk2{position:absolute;right:0;width:300px}section.broll{display:block;padding-top:25px;padding-bottom:25px;margin:0 auto}section.broll+section.broll{padding-top:0;padding-bottom:0;grid-gap:0;grid-column-gap:1.5rem}body.hasSkin section.broll+section.broll{padding-left:10px;padding-right:10px}section.broll>h2{border-bottom:solid 1px rgba(37,38,39,.15)}section.broll article{display:table-row;position:relative;margin-left:0}section.broll div.t{display:table-cell;box-sizing:border-box;vertical-align:middle;width:25%;max-width:280px;margin:0;position:relative}section.broll div.m{display:table-cell;vertical-align:top;width:75%;box-sizing:border-box}section.broll div.m,section.broll div.t{padding-top:25px;padding-bottom:25px;border-bottom:solid 1px rgba(37,38,39,.15)}section.broll img.thumb{display:block;width:100%;border-radius:6px;max-height:160px;max-width:280px;object-fit:cover;transition:opacity .2s ease-out}section.broll h3{margin:6px 0}section.broll h3 a{font-size:18px;line-height:20px;font-weight:700;margin:0;color:#252627}section.broll h3 a:hover{text-decoration:underline}section.broll div.m a.comments,section.broll div.m time{font:14px"Inter Var",sans-serif,700;line-height:18px;color:#bf1313;text-decoration:none}body.rtl section.broll .thumb.score-wrapper .article_type,section.broll .thumb.score-wrapper .article_type{position:absolute;bottom:0;left:0;padding:2px 5px;font-size:13px;background-color:#bf1313;color:#fff;margin:0 0 10px 6px;border-radius:4px}section.broll img.thumb:hover{opacity:.85;transition:opacity .2s ease-out 0s}section.broll div.m>p{display:block;margin:0;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}section.broll .video .duration,section.broll .videobtn{position:absolute;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border:solid 2px rgba(0,0,0,.1)}section.broll .videobtn{color:#fff;width:52;height:52px;margin-top:-70px;margin-left:-6px;padding:9px}section.broll article.VIDEO>a:after{content:url(/s/ign/playButton.svg);position:absolute;bottom:2px;left:2px}section.broll article.PROMOTED{background:#f2f2f2}section.broll div.tbl{margin-right:0}section.broll .video .duration{background-color:#bf1313;border-radius:4px;bottom:0;left:0;margin:0 0 10px 6px;display:flex;padding:5px}section.broll .video .duration-text{color:#fff;font-family:"Inter Var",sans-serif;font-weight:700;letter-spacing:1px;align-self:flex-end}section.broll .video .icon-playhead{background-size:100%;height:1em;width:1em;margin:0 8px 0 0;font-size:22px;line-height:22px;align-self:center}section.broll div.m{padding-left:1.5rem;padding-right:1.5rem}body.rtl section.broll .video .duration{left:auto;right:0;margin:0 6px 6px 0}body.rtl section.broll .video .icon-playhead{margin-right:0;margin-left:.5rem}body.rtl section.broll .thumb.score-wrapper .article_type{right:0;left:unset;margin:0 6px 10px 0}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper{height:50%;left:6.7%;position:relative;top:25%;width:86.6%;z-index:2;background-color:#bf1313}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper{left:-6.7%}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before,section.broll .videobtn{background-color:#bf1313}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{content:"";display:block;height:122.46%;position:absolute;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:70.71%;z-index:1}.hexagon-wrapper.side-wrapper .hexagon-content.side-wrapper{color:#fff;font-family:"Inter var",sans-serif!important;text-transform:uppercase;margin:.2em 0 0;font-weight:900;text-shadow:rgb(0 0 0/20%)0 1px 1px,rgb(0 0 0/10%)0 3px 3px}.hexagon-wrapper.side-wrapper{font-size:2rem;margin:0;position:relative;height:2.7em;width:2.7em;min-width:2.7em;display:inline-block}.score-wrapper{position:relative;display:block}.score-wrapper .review-score,.score-wrapper .video-duration{position:absolute;bottom:0;left:0;margin:24px;z-index:2}.hexagon-wrapper.side-wrapper .hexagon-content-wrapper.side-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:3}.little{height:2.6em!important;width:2.6em!important;min-width:2.6em!important;font-size:16px!important;margin:10px!important}.list-hero .hexagon-content{display:flex;flex-direction:column;align-items:center}.list-hero .icon-logo{width:30px}div.zad{display:flex;justify-content:center;align-items:center;transition:height .2s;text-align:center;margin:0 auto}div.zad.billboard,div.zad.top{margin-top:60px;min-height:100px}div.zad.halfpage,div.zad.sidebar{min-height:600px}.zad:not(.billboard,.top){background:#f2f2f2}@media (min-width:768px){div.zad.billboard{padding-top:80px;margin-top:0}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}div.zad.billboard{padding-top:80px;margin-top:0}body iframe.quizembed{width:100%;aspect-ratio:16/9;min-height:500px}}#BackendInPageMenu{display:none}.adkit iframe{max-width:100%}@media (max-width:1600px){body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1098px;padding:16px 10px;box-sizing:border-box}body.hasSkin .page-content{max-width:1098px}body.hasSkin section.hero article{width:1098px;max-width:1098px}}@media (max-width:1280px){body.hasSkin section.hero article{width:initial}html.lock{overflow:hidden}}@media (min-width:641px){aside#sidebarHeader{width:300px;transition:width 450ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader.collapsed{width:96px}aside#sidebarHeader.collapsed+#mainblock{width:calc(100% - 96px);margin-left:96px}aside#sidebarHeader.collapsed .header-toggle{right:-12px}header{display:none}.header-toggle{width:24px;height:24px;right:-12px;top:36px}#btnoverlay.collapsed+#mainblock{-webkit-transition-duration:200ms;width:calc(100% - 96px);transition-duration:200ms}#btnoverlay+#mainblock{-webkit-transition-property:width,margin-left;transition-property:width,margin-left;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);margin-left:96px;color:#181c25}body.iframe #btnoverlay+#mainblock{margin-left:0;width:100%}.side .sidebar-header{padding:2.15625em 24px 0;-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px}.sidebar-section a:before{padding-left:5px;font-size:14.1px}.sidebar-section a svg{font-size:15px}body.rtl .sidebar-section a svg{padding-left:2px}}@media (max-width:640px){#sidebarHeader.start{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);transition-duration:200ms}.fixed-header{display:none}#sidebarHeader.start~#mainblock .fixed-header{display:block}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader.start .header-toggle{right:-46px}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}.sidebar-section .selected a.icon-home:before,.sidebar-section a.icon-home:before{width:24px;padding-left:4px;padding-right:4px}section.broll{padding:0}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}body,html{overflow-x:unset}#ign-logo-wrap{display:inline-flex;position:static;transform:none}.editions.desktop,.right-rail{display:block}body.rtl .browseabout .region select:not(:disabled){background-position:12px}div.zad.billboard{padding-top:12px}body.rtl #headermenuwrapper{right:auto;left:0;width:unset}}@media (min-width:641px) and (max-width:1280px){#sidebarHeader.start{width:96px}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}#sidebarHeader.start button.back label,aside#sidebarHeader.start .ign-logo .ign-path,aside#sidebarHeader.start .logodate,aside#sidebarHeader.start .logout,aside#sidebarHeader.start .search-modal,aside#sidebarHeader.start .sidebar-main a span{opacity:0;display:none}#ignheader.start #loginwrapper .userlogged span,#ignheader.start .login-buttons .register-button,aside#sidebarHeader.start .region{display:none}aside#sidebarHeader.start .side .sidebar-header{padding-left:36px;padding-right:36px}#loginwrapper img.userIcon{margin-left:6px}.side-container .sidebar-section a{padding:8px 15px}#loginwrapper{padding:18px 14px}}@media (min-width:1281px){svg.ign-logo{height:24px}.sidebar-mobile-overlay{display:none}#btnoverlay+#mainblock{width:calc(100% - 300px);margin-left:300px}#btnoverlay.collapsed+#mainblock{margin-left:96px}.logo-edition{display:block}}</style> <link rel=preload href="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_g2ma.1280.jpg" as=image imagesrcset="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_g2ma.1280.jpg 1x, https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_g2ma.2560.jpg 2x"> <style type="text/css">:root{font-size:16px;font-family:"Inter Var",sans-serif;color:#252627}.bottom-wrapper,.right-rail .ad-wrapper{position:sticky;position:-webkit-sticky;top:65px;margin-top:35px}.bottom-wrapper{top:96px;margin-top:64px}.page-content img{max-width:100%;height:auto;width:100%;border-radius:12px;position:relative}.page-content #id_text img{cursor:pointer;max-height:85vh;width:100%;object-fit:contain}.article-review,.object-summary,.page-content{margin:0 auto}.article-review .page-content,.primary-object .page-content{padding:24px}.article-review,.object-summary{border-radius:24px;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07)}.keyword-platforms{margin:0;padding:0;display:flex;gap:2px;align-items:center;font-size:10px;list-style:none;color:#59626f;font-weight:700;text-transform:uppercase}.articleBody{padding:0 24px}.article-headline h1{font-weight:900;font-size:2.125em;line-height:1.12;margin:0 0 15px;color:#252627}#bottom-list-reviews .review-author .review-details:hover a,a.evidence,h1 a{color:#252627}.mobileArticleAds.mrec1,ul.sharer li a.wa.whatsapp_share{display:block}.page-content .three-column div.right-rail{position:unset}.desktopArticleAds.mrec1{display:none}.block{clear:both}.strong{font-weight:700}.article-sub-headline h3{font-weight:400;font-size:1.25rem;line-height:1.08;margin:20px 0 0;color:#838383}#imageInfo-0{min-height:30px}.img_header_credits{text-align:right;padding-right:8px;padding-bottom:15px;font-size:13px;font-weight:100;color:#666}.by-reviewer{margin-right:5px;font-weight:700;font-size:22px;line-height:1.25}.reviewer.hcard{font-weight:700;line-height:1.35;color:#bf1313;text-decoration:underline;text-underline-position:under}.reviewer.hcard a:visited{color:#bf1313}.cta-button,.cta_shown{display:flex;cursor:pointer;background-color:#d91a1a}.cta_shown{pointer-events:all;justify-content:center;transition:width .5s ease-in-out,opacity .2s ease-in-out}.cta-button{position:absolute;font-size:16px;line-height:23px;z-index:9;align-items:center;color:#fff;padding:8px 23px;border-radius:57px;max-width:60%;bottom:0;transform:translate(0,50%)}.cta-button__text{padding-left:8px}.cta-icon{margin:auto 8px auto auto;height:26px;display:flex;align-items:center;align-content:center;justify-content:center}#article_video_bottom{margin:80px auto;max-width:625px;width:100%}#article_video_bottom iframe{border-radius:7px}.article-details{column-gap:32px}#bottom-list-reviews .author-name{flex-basis:unset}#bottom-list-reviews .roundendimg{width:36px;height:36px}#bottom-list-reviews .author-name,#bottom-list-reviews .by-reviewer,#bottom-list-reviews .reviewer.hcard{font-size:18px}#bottom-list-reviews .reviewer.hcard a{color:#bf1313;text-transform:capitalize}#bottom-list-reviews .review-author{border:0}#bottom-list-reviews .hexagon-wrapper.side-wrapper{font-size:15px}#bottom-list-reviews .review-author .review-details{font-size:15px;font-weight:700;color:#181c25}.article-authors,.article-details .hexagon-content{display:flex;flex-direction:column;align-items:center}.article-details .hexagon-content .icon-logo{width:32px}.author-byline-images img{border-radius:20px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);width:35px;height:35px}.author-byline-images .roundendimg{border-radius:32px;box-shadow:0 2px 5px 0 rgb(0 0 0/16%),0 2px 10px 0 rgb(0 0 0/12%);width:21px;height:21px}.article-authors{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:6px}.article-authors .reviewer a{-webkit-text-decoration:underline;text-decoration:underline;color:#bf1313}.article-review .article-authors .reviewer a{color:#181c25;font-size:15px;text-transform:capitalize;text-decoration:none}.article-review .article-authors .reviewer a:hover,.article-section a:hover{text-decoration:underline}.article-review .article-authors .author-names,.article-review .reviewer.hcard{text-decoration:none;color:#181c25;font-size:15px;text-transform:lowercase}.page-content .article-author{margin-top:24px;background-color:#f6f6f8;padding:12px 0;width:100%;margin-right:18px;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.page-content.ign-recommends-headline{padding:0 32px}.article-author img.roundendimg{width:100%;height:100%;max-width:76px;max-height:76px;border:4px solid #fff;border-radius:50%}.author-name{display:block;flex-basis:65%;margin:0 0 0 18px}body.rtl .author-name{margin:0 18px 0 0}.reviews-author{display:flex;gap:24px;justify-content:center}.reviews-author .review-author:nth-child(4){display:none}.review-author{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.reviews-author .vertical{height:1px;border-bottom:1px solid rgba(37,38,39,.15)}.review-author a{color:#252627;line-height:1.3}.review-author .review-badge,.review-author .review-details{padding:0;display:flex;align-items:center}body.rtl .review-author .review-badge{border-right:0}.review-author .review-details{padding:0 12px;flex:1 1 55%;line-height:1.5;min-width:125px}.review-author .review-details:hover a{text-decoration:underline;text-underline-position:under;color:#4062bb}.article-authors .author-byline-images{margin-right:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}body.rtl .article-authors .author-byline-images{margin-right:0;margin-left:8px}.article-authors .author-byline-images a:not(:first-child){margin-left:-7px}body.rtl .article-authors .author-byline-images a:not(:first-child){margin-left:0;margin-right:-7px}.author-names{margin:0;font-size:var(--fontSize11);line-height:1.35;-webkit-letter-spacing:.03em;-moz-letter-spacing:.03em;-ms-letter-spacing:.03em;letter-spacing:.03em;text-transform:uppercase;font-weight:700;font-size:11px}.articleHero{background-color:#000;position:relative}.articleHero .video:not(iframe){width:100%;min-height:680px;display:block;position:relative}.videoHero{padding-top:56.25%!important}.articleHero img{position:relative;width:100%;height:auto;border:0}.articleHero iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;z-index:9}.articleHero{margin:24px 0!important;overflow:hidden;border-radius:4px}iframe.vplayer{width:100%}.vplayer:not(iframe){position:relative;overflow:hidden;padding-top:56.25%}.vplayer iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}#id_text iframe{max-width:100%!important}.side-by-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.article-section{font-size:1.125rem;line-height:28px}#id_text aside.editorsnote a,.article-section a{color:#3888c9;text-decoration:none}.article-section h2{font-size:32px}.article-section figure figcaption{font-size:1.05rem;line-height:22px}article section.broll{display:block;margin:0 auto;padding:0}.article-byline .article-authors,.article-byline .article-modified-date,.article-byline .article-publish-date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-publish-date{color:#838383}.article-modified-date span,.article-publish-date span{margin:0 5px}.page-content>div:not(.ad-wrapper){background:#fff;margin:0;box-sizing:border-box}html#IGN2023 .page-content>div:not(.ad-wrapper){background:inherit}.article-byline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;width:100%;color:#bf1313;margin-top:18px!important;margin-bottom:18px!important}.article-byline .author-names .author-link{-webkit-text-decoration:underline;text-decoration:underline;color:#bf1313}.article-content{padding-top:5px;padding-bottom:5px}.object-breadcrumbs .article-object-link{display:inline-block;margin:0 10px 0 0}.object-breadcrumbs a.article-object-link{font-family:"Visby Round CF",sans-serif;font-size:14px;text-transform:uppercase;font-weight:700;-webkit-letter-spacing:.9px;-moz-letter-spacing:.9px;-ms-letter-spacing:.9px;letter-spacing:.9px;color:#bf1313;padding-bottom:2px;border-bottom:solid 2px #bf1313;margin:10px 0}figure{width:100%;padding:0;margin:0}figcaption{font-style:italic}h3{font-size:26px;font-weight:900;margin:.4em 0}h3.title5{font-weight:700;font-size:18px;line-height:1.25;-webkit-letter-spacing:.8px;-moz-letter-spacing:.08px;-ms-letter-spacing:.08px;letter-spacing:.08px;margin:0 0 18px}#id_text aside:not(.floatrecirc),#id_text>figure,#id_text>iframe,#id_text>p{margin-bottom:1.8rem}.article-section h3{font-size:26px}.author-thumb-img{border:0}.article-byline .author-avatars .author-thumb img{width:50px;height:50px;border:4px solid #fff;border-radius:50%}.progressive-image{background-color:#d1d5db}.article-byline .divider{margin-top:0;margin-bottom:12px}.divider{border-bottom:1px solid rgba(37,38,39,.15);margin:18px 0 24px;width:100%}.divider.second{display:none}.primary-object{margin-top:18px;max-width:100%}.primary-object h3{margin-bottom:10px;padding-left:10px;box-sizing:border-box}main div.object-summary,main div.page-content,main div.primary-object,main section.object-summary.embed{margin:0!important}.object-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:height .1s linear;transition:height .1s linear;height:auto;column-gap:18px}.object-info .evidence{padding-bottom:8px!important;cursor:pointer;font-size:20px;font-weight:700;-webkit-letter-spacing:-.33px;-moz-letter-spacing:-.33px;-ms-letter-spacing:-.33px;letter-spacing:-.33px}.object-details{color:#252627;display:grid;grid-template-rows:min-content 1fr;align-items:end}.object-details .datetime{text-transform:lowercase}.object-details .txt{font-size:11px;text-transform:uppercase;letter-spacing:.03em;font-weight:700;text-decoration:none;color:#41495a}.platform{display:inline-block;line-height:12px}.object-details .platform-name{align-self:start;margin-top:7px;margin-right:12px}body.rtl .object-details .txt{margin-right:0;margin-left:10px}.object-details .evidence{margin:0;padding:0;line-height:1.08}.object-details h2{margin:0;line-height:.7}.object-info .object-title{margin:0;padding:0;line-height:1.25}body.rtl .object-info .object-title{padding-right:10px}.object-summary,.object-summary-mini{background-color:#fff;width:100%;color:#180825}.object-summary .image-blur{position:absolute;top:6px;opacity:.6;-webkit-filter:blur(4px);filter:blur(4px)}.object-thumbnail{grid-row:1/3;background:0 0!important;position:relative}.object-summary.embed .object-details{padding:0}.object-info .platformdivider{font-size:14px;margin-top:4px}.comment-count{font-family:"Visby Round CF",sans-serif;color:#bf1313;white-space:nowrap}.content-item .comment-count{content:"-";display:inline-block;margin:0}.comment-count .icon-comment{top:3px;position:relative;margin:0 .2em 0 0}.icon-comment{width:16px;height:16px}svg:not(:root){overflow:hidden}.content-item .item-details{width:100%;position:relative;font-size:15px}.content-item .item-data{font-size:14px;font-weight:700;line-height:1.75em;color:#bf1313;font-family:"Visby Round CF",sans-serif}.content-item .item-title{margin:0;font-family:"Inter Var",sans-serif;color:#252627;font-weight:700;line-height:1.33em;font-size:1.17em}.progressive-image.rounded{border-radius:12px}.progressive-image.expand{width:100%;height:100%}.article-review-content .progressive-image.expand{height:100%;width:auto}.ign-recommends-headline{font-size:24px;line-height:1.25;font-weight:900;margin-top:18px;margin-bottom:18px}.ign-recommends-headline .icon-logo{max-width:50px;display:block;height:30px}.ign-recommends-item .item-title-link,ul.sharer li a{font-size:15.2px;font-weight:500;line-height:1.33em;color:#252627}.primary-object .ign-recommends-headline{margin-bottom:18px;padding-right:20px;font-size:26px;line-height:1.25;font-weight:900}body.rtl .primary-object .ign-recommends-headline{padding-left:20px}.icon-logo{height:100%;width:auto;max-width:182px}.squarepromo{background:#d3222a}.right-rail .mrec1+.commerce-box{margin-top:60px}#footerMain,footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}footer{margin:auto;padding-bottom:30px;width:auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}footer .wrap{max-width:960px;margin-left:auto;margin-right:auto;width:100%}#footerMain{border-top:1px solid #dfdfdf;padding:24px 24px 0}#footer.limitedScroll{display:flex;background:#f5f5f5;padding:4px;font-size:small;text-align:center}.aspect-ratio-16-9{padding-bottom:56.25%}.aspect-ratio-container{width:100%;position:relative}.aspect-ratio-child{position:absolute;height:100%;width:100%;overflow:hidden}.article-review-content .aspect-ratio-child{position:absolute;height:100%;width:100%;text-align:center}.content-item .item-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}#id_text aside.editorsnote{display:block;background:#f2f2f2;text-decoration:none;border-radius:4px;padding:4px 24px;margin:0;color:#000}#id_text .articlesummary{border-radius:4px;padding:4px;background-color:#f2f2f2}#id_text .articlesummary li{margin-bottom:.5em}#id_text .commerceblock-wrapper,#id_text .productwidget-wrapper{display:flex;border:1px solid #d1d5db;padding:20px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;border-radius:8px;gap:20px}#id_text .productwidget-wrapper .leftcontainer,.commerceblock-wrapper .leftcontainer{display:grid;width:100%}#id_text .productwidget-container{margin-bottom:15px}#id_text .commerceblock-wrapper .hidden,#id_text .productwidget-wrapper .hidden,ul.sharer .hide{display:none}#id_text h4.commerceblock-title,#id_text h4.productwidget-title{margin:4px auto;color:#000;font-size:20px;line-height:32px;width:100%;font-family:"Visby Round CF",sans-serif}#id_text div.commerceblock-content,#id_text div.productwidget-content{margin:0 auto 25px;overflow:hidden;font-size:14px;line-height:18px;width:100%}#id_text div.commerceblock-content{margin:0 auto 10px}#id_text h3.commerceblock-header,#id_text h3.productwidget-header{color:#000;font-size:20px}#id_text a.commerceblock-cta,#id_text a.productwidget-cta{border-radius:4px;background-color:#fcbc70;color:#333;font-size:14px;font-weight:700;text-align:center;padding:1px 5px;display:block;align-self:end;white-space:nowrap}#id_text a.commerceblock-cta:hover,#id_text a.productwidget-cta:hover{background-color:#f3a848}#id_text img.commerceblock-image,#id_text img.productwidget-image{width:400px;height:auto}#id_text span.commerceblock-tracker img{width:0;height:0;border:0}#id_text div.price-container{text-align:left;padding-bottom:13px;font-family:"Visby Round CF",sans-serif}#id_text span.commerceblock-currency,#id_text span.commerceblock-price{font-size:17px;color:#bf1313;font-weight:700}#id_text table#ratingsBoxTable{padding-top:25px}#id_text table#ratingsBoxTable td.txtC{width:60px}#id_text table#ratingsBoxTable .embed.image{width:auto;height:auto}@media (max-width:860px){#id_text img.commerceblock-image,#id_text img.productwidget-image{margin:0 auto;width:100%;height:auto}#id_text .commerceblock-wrapper,#id_text .commerceblock-wrapper .price-container,#id_text .productwidget-wrapper{display:block}#id_text a.productwidget-image-cta,a.commerceblock-image-cta{margin:0}}ul.sharer,ul.sharer li{display:block;padding:12px 0 0;margin:0;list-style-type:none}ul.sharer li{display:inline-block;padding:0;margin:5px 5px 5px 0}ul.sharer li a{display:block;font-family:"ProximaNovaRegular";line-height:41px;text-rendering:optimizeLegibility;font-size:15px;color:#fff!important}ul.sharer li #sharePlus,ul.sharer li svg{display:inline-block;vertical-align:middle}ul.sharer li #sharePlus{width:44px;height:44px;text-align:center}ul.sharer li a.fb{background:#2d609b}ul.sharer li a.ln{background:#069}ul.sharer li a.pn img{width:25px;margin:9px}ul.sharer li a.pn{vertical-align:middle;background:#e61e27;height:44px;width:44px}ul.sharer li a.tw{background:#000;width:44px;height:44px;text-align:center;font-size:18px;line-height:39px}ul.sharer li a.tw path{fill:#fff}ul.sharer li a.wa{display:block;background:#35b14f}ul.sharer li a.shareToggle{background:#c5c5c5}span.promoted{display:block;font-family:"Inter Var",sans-serif;font-size:1em;color:#b5b5b5;margin:0 0 2em;line-height:1.1em}.paginator{padding:12px;text-align:right}.paginator a{text-align:center;margin-right:1px}.paginator .current,.paginator a{background-color:#d3222a;border-color:rgba(0,0,0,.15);font-size:1.7em;display:inline-block;width:40px;padding:10px;font-weight:700;color:#fff;-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.1);-moz-box-shadow:2px 2px 6px rgba(0,0,0,.1);box-shadow:2px 2px 6px rgba(0,0,0,.1);-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;transition:all .3s;border-radius:3px}.paginator a.next,.paginator a.next:hover,.paginator a.prev,.paginator a.prev:hover{background:0 0;border:0;box-shadow:none}.paginator a:hover{text-decoration:none;border-color:rgba(0,0,0,.15);background-color:#bf1313}.paginator a.current{color:#444;background-color:transparent;padding:10px!important;border:1px solid #ccc}.paginator .disabled{display:none}.articleBody iframe[src*="/embed"].gallery{min-height:initial;transition:height .4s;-webkit-transition:height .4s;max-width:100%;width:100%;background-color:#fff;height:500px;border:0;margin:0;padding:0}.duration{background-color:#bf1313;border-radius:4px;bottom:0;left:0;margin:0 0 10px 6px;position:absolute;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border:solid 2px rgba(0,0,0,.1);display:flex;padding:5px}.icon-playhead{background-size:100%;height:1em;width:1em;margin:0 8px 0 0;font-size:22px;line-height:22px;align-self:center}.duration-text{color:#fff;font-family:"Inter Var",sans-serif;font-weight:700;letter-spacing:1px;align-self:flex-end}.review-score{position:absolute!important;bottom:0;left:0;margin:24px;z-index:2}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{background-color:#bf1313}.hexagon-wrapper.side-wrapper{font-size:32px;margin:0;position:relative;height:3em;width:3em;min-width:3em;display:inline-block}body:not(.rtl) .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg)}body:not(.rtl) .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg)}.review .hexagon-wrapper.side-wrapper{font-size:57px;margin:0 auto 18px}.article-review{background:#fff;margin-top:24px;margin-bottom:24px;color:#181c25}.title{color:#fff;font-size:14px;font-weight:900;line-height:1;-webkit-letter-spacing:1px;-moz-letter-spacing:1px;-ms-letter-spacing:1px;letter-spacing:1px;text-transform:uppercase}.article-review-content .title{vertical-align:super}.image-wrapper{position:relative}.image-wrapper .play-square{position:absolute;bottom:0;margin:6px}.editors-choice{margin:0 auto;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border:solid 2px rgba(0,0,0,.1);color:#fff;background-color:#bf1313;padding:6px;font-size:14px;font-family:"Visby Round CF",sans-serif;font-weight:700;-webkit-letter-spacing:.9px;-moz-letter-spacing:.9px;-ms-letter-spacing:.9px;letter-spacing:.9px;line-height:12px;text-align:center;width:147px}.score-text{text-align:center;font-size:36px;text-transform:capitalize;font-weight:900;-webkit-letter-spacing:-.4px;-moz-letter-spacing:-.4px;-ms-letter-spacing:-.4px;letter-spacing:-.4px;margin:0 0 12px;line-height:1.25}.scoreboxPlatforms{margin:15px 0;border-top:1px #fff solid;padding-top:2px}.blurb{line-height:1.5;padding-bottom:12px}.review{text-align:center}h5.blocktitle{font-family:"Inter Var",sans-serif;font-size:24px;font-weight:900;color:#252627;margin:12px 0}.meta{font-size:14px;line-height:1.25}.meta .developer,.meta .publisher,.meta .release_date{line-height:1.2;float:left;margin-right:18px}body.rtl .meta .developer,body.rtl .meta .publisher,body.rtl .meta .release_date{float:right;margin-left:18px}.bold{font-weight:700}.article-section h2,.article-section h3,.article-section h4,.article-section h5{color:#bf1313}.articleBody .article-section aside h3{color:#fff}.article-section h5{display:block;border-bottom:1px solid #bf1313;margin:0 0 10px;padding:0 0 10px;width:100%;font-size:2.125rem;font-weight:900;line-height:1.25em}.article-section h5::after{content:'"';color:#bf1313;float:right;line-height:88px;margin-top:0}.articleBody .hdr-article,.articleBody h3{clear:none;border-width:0!important}.articleBody aside:not(.floatrecirc){background-color:#6e89b9;color:#fff;border-radius:4px;padding:0 36px;margin:24px 0;overflow:hidden}.articleBody aside h1{margin:36px 0 12px;line-height:1.12;font-size:2.25rem;font-weight:700}.articleBody aside:not(.floatrecirc) a{color:#fff;background-image:linear-gradient(to top,transparent,transparent 2px,#fff 2px,#fff 3px,transparent 3px);transition:color 0ms}.primary-object img{width:56px}.full-injected-recirc{padding:24px;margin-bottom:24px;background:#fff;border-radius:24px;box-shadow:0 0 3px rgba(0,0,0,.1)}.full-injected-recirc a{color:#181c25}.floatrecirc .icon-top-right-arrow,.full-injected-recirc .icon-top-right-arrow,.recirc-title .icon-top-right-arrow{background-size:100%;cursor:pointer;user-select:none;aspect-ratio:1/1;width:1em;height:1em;flex-shrink:0;font-size:1rem;margin-left:6px;margin-bottom:2px;vertical-align:middle;display:none}body.rtl .floatrecirc .icon-top-right-arrow,body.rtl .full-injected-recirc .icon-top-right-arrow,body.rtl .recirc-title .icon-top-right-arrow{margin-left:auto;margin-right:6px}.full-injected-recirc ul{padding-inline-start:20px;margin-block-start:.2em;margin-block-end:.2em}.full-injected-recirc ul li{padding-left:20px}.full-injected-recirc ul li,.recirc-title a{font-weight:700;font-size:16px}.full-injected-recirc li::marker{content:"- ";font-size:1.2em;color:#181c25}.floatrecirc{margin-top:24px;margin-bottom:24px;font-size:16px;line-height:24px;padding:12px 24px;border-radius:24px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.1)}.floatrecirc .recirctext{color:#181c25;font-size:14px;display:block;line-height:20px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.floatrecirc .recirc-title{display:block;border-bottom:1px solid #bf1313;margin-bottom:8px;margin-top:0}.recirc-title{color:#bf1313;font-weight:700;font-size:18px;margin:20px 0}.recirc-title.pos0{margin:0}.recirc-title a{padding-left:10px;color:#181c25}body.rtl .recirc-title a{padding-left:0;padding-right:10px}.floatrecirc .recirc_odd{display:block;height:100%}.floatrecirc .recirc_odd img{pointer-events:none}.recircblock{margin-top:1em;margin-bottom:1.8em;min-height:310px}.recircblock p{margin-top:0;margin-bottom:0}.box-wrapper{margin-top:36px;margin-bottom:36px}.box-wrapper .product-specs{border-radius:12px;border:1px solid #8a939940;overflow:hidden}.box-wrapper .product-specs .header{padding:8px 12px;background-color:#181c251a}.box-wrapper .product-specs .header .caption{margin:0;font-size:11px;line-height:1.35;-webkit-letter-spacing:.03em;-moz-letter-spacing:.03em;-ms-letter-spacing:.03em;letter-spacing:.03em;text-transform:uppercase;font-weight:700}.box-wrapper .product-specs .table{display:grid;background-color:#ffffffff}.box-wrapper .product-specs .table .spec{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:8px 12px;border-top:1px solid #8a939940}.box-wrapper .product-specs .table .spec .interface{margin:0;font-size:15px;line-height:1.5;word-break:break-word}@media (max-width:860px){.side-by-side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.side-by-side .bottom-content{-webkit-order:2;-ms-flex-order:2;order:2}.ign-recommends-item .item-thumbnail{margin:5px 18px 0 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%}body.rtl .ign-recommends-item .item-thumbnail{margin-right:0;margin-left:18px}.ign-recommends-item .content-item:first-child{padding-top:0}.ign-recommends-item .content-item{padding:18px 0;border-bottom:solid 1px rgba(37,38,39,.15)}ul.commerceLinks img{width:70%}.review{margin-top:36px}.three-column{display:flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column}.three-column .bottom-content{-webkit-order:2;-ms-flex-order:2;order:2}.image-container{margin-top:10px}.article-byline{margin-bottom:0!important}.article-byline>div,.article-byline>section{margin-bottom:10px}.articleBody iframe[src*="/embed"].gallery{min-height:0}.gallery-widget-lightbox.enabled .gallery-container{margin-right:0}.gallery-widget-lightbox.enabled .pager-button{width:36px;height:36px;top:40%}.gallery-widget-lightbox.enabled .pager-button.left{left:35px}.gallery-widget-lightbox.enabled .pager-button.right{right:35px}.gallery-widget-lightbox.enabled .icon-arrow{width:20px;height:20px}.articleBody aside h1{font-size:1.825rem}.primary-object section.object-summary div.object-thumbnail.mini{grid-row:1/span 2;align-self:center;padding:0}.object-title{grid-column:2}.object-details{grid-column:1/span 2}.object-info .evidence{font-size:20px}.reviews-author{grid-gap:4px;display:flex;flex-direction:column}}@media (min-width:560px){.articleBody iframe[src*="/embed"].gallery{background-color:#fff;height:560px;border:0;margin:0;padding:0}}@media (min-width:700px){.articleBody iframe[src*="/embed"].gallery{background-color:#fff;height:640px;border:0;margin:0;padding:0}}@media (min-width:861px){.article-headline h1{font-size:3.25em}.article-sub-headline h3{font-size:26px}.articleBody{padding:24px 16px 0}.side-by-side,.three-column{display:grid;display:-ms-grid}.side-by-side{width:100%;grid-template-columns:1fr 318px;-ms-grid-columns:1fr 318px}.side-by-side.article-content{grid-row:1/4}.side-by-side .right-rail{grid-column:2;-ms-grid-column:2}.mobileArticleAds.mrec1{display:none}.desktopArticleAds.mrec1{display:block}div.zad.billboard{margin-top:unset;padding-top:20px}.three-column{grid-template-columns:1fr 300px;-ms-grid-columns:1fr 300px;grid-column-gap:24px}.article-section{font-size:1.25rem;line-height:32px;padding-right:18px}body.rtl .article-section{padding-left:18px}.article-section h3{font-size:32px}.article-byline .article-authors{margin-right:18px;margin-bottom:18px}.article-byline .article-modified-date,.article-byline .article-publish-date{margin-bottom:18px}.article-byline .article-modified-date,.article-byline .article-publish-date,body.rtl .article-byline .article-authors{margin-right:0;margin-left:18px}.article-byline{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-item .item-title{font-size:16px;font-weight:700;line-height:24px}.ign-recommends-item .content-item{margin-bottom:24px}.ign-recommends-item .item-thumbnail{margin:0 10px 0 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%}body.rtl .ign-recommends-item .item-thumbnail{margin-right:0;margin-left:10px}.article-review-content{display:-ms-grid;display:grid;grid-column-gap:36px;align-items:center}.header{-ms-grid-row:1;-ms-grid-column:3;grid-area:header;padding:19px 0}.header .headline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .headline .icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header .headline .title{margin-left:12px}body.rtl .header .headline .title{margin-right:12px}.image-container{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;padding:1px}.details,.review{display:flex;flex-direction:column}.review{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:5;grid-area:review;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:18px 0;display:-webkit-box;display:-ms-flexbox;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.details{gap:18px}.header .headline .icon .has-stroke{stroke:#fff}.score-text{font-size:28px}.blurb{font-size:14px}.ign-recommends-item{display:flex;flex-wrap:wrap}.related-left,.related-right{width:50%}.object-info .meta div{display:inline-block}.floatrecirc.onlymobile,.page-content>.affiliation-disclaimer{display:none}.articleBody iframe[src*="/embed"].gallery{background-color:#fff;height:500px;border:0;margin:0;padding:0}}@media (min-width:640px){ul.sharer li a.wa.whatsapp_share{display:none}}@media (min-width:930px){.article-details{display:flex}.page-content{max-width:900px;padding:32px}.articleBody{margin:0 auto}#id_text aside.editorsnote{padding:4px 36px}.article-content{padding:5px}.page-content>div:not(.ad-wrapper){padding:0 8px}ul.sharer{padding-right:8px;padding-left:8px}#bottom-list-reviews .article-author{margin-bottom:36px}#bottom-list-reviews .review-author{padding:12px 0}#bottom-list-reviews .reviews-author .vertical{height:unset;border-bottom:0;border-right:1px solid rgba(37,38,39,.15)}.primary-object img{width:114px}.score-text{text-align:left}.rtl .score-text{text-align:right}}@media (min-width:1281px){#ignheader,.article-review,.object-summary,.page-content,footer .wrap{max-width:1200px}footer .wrap{margin-left:auto;margin-right:auto;width:100%}.article-review-content{-ms-grid-columns:175px 36px 370px 36px 1fr;grid-template-columns:1fr 1fr}.score-text{font-size:34px}.three-column .bottom-content{-ms-grid-column:1}.three-column .bottom-right-rail{-ms-grid-column:2}.three-column .right-rail{display:block;-ms-grid-column:5}.three-column{grid-template-columns:1fr 300px;display:-ms-grid;-ms-grid-columns:1fr 24px 300px;grid-column-gap:24px}.article-author{justify-content:initial}.author-byline-images .roundendimg{width:36px;height:36px}.author-names{font-size:16px}.articleBody iframe[src*="/embed"].gallery{background-color:#fff;height:640px;border:0;margin:0;padding:0}.recircblock{display:flex;flex-direction:row-reverse;margin-bottom:0;min-height:auto}.floatrecirc,.recircblock.noflex{display:block}.recircblock.noflex .floatrecirc{width:30%}p+.recircblock{margin-top:-16px}.recircblock>p{align-self:center;flex:1 1 70%;line-height:32px;text-align:justify}.floatrecirc{float:right;width:25%;margin-top:0;margin-left:24px;margin-bottom:0;align-self:center;height:100%}body.rtl .floatrecirc{float:left;margin-left:0;margin-right:24px}.floatrecirc a{text-decoration:none;color:#181c25}.floatrecirc .icon-top-right-arrow,.full-injected-recirc .icon-top-right-arrow,.recirc-title .icon-top-right-arrow{display:inline-block}.box-wrapper .product-specs .table{grid-template-columns:1fr 1fr}}body.hasSkin .wrapper.articleBody{max-width:1200px;margin:0 auto;padding:10px 20px;background:#f6f8f7}body.hasSkin .article-review,body.hasSkin .primary-object{margin:0 auto;max-width:1200px}body.hasSkin .article-byline{margin-bottom:0!important}@media (max-width:1600px){body.hasSkin .article-review,body.hasSkin .primary-object,body.hasSkin .wrapper.articleBody{margin:0 auto;max-width:1058px}}.affiliation-disclaimer{border:1px #f2f2f2 solid;padding:4px;box-sizing:content-box}</style> <style type="text/css">div.zad.billboard{min-height:250px}@media (max-width:930px){body:not(.iframe) div.zad.footer[data-sticky=true]{position:fixed;bottom:0;transform:translateX(-50%);margin-left:50%;width:100%;padding-top:10px;z-index:10}body:not(.iframe) div.zad.footer[data-sticky=true]::after{content:"x";top:-20px;position:absolute;right:10px;background:#f2f2f2;display:block;width:20px;height:20px}}</style> <script type="text/javascript"> (function(b){b.loadCSS||(b.loadCSS=function(){});var c=loadCSS.relpreload={};c.support=function(){try{var a=b.document.createElement("link").relList.supports("preload")}catch(e){a=!1}return function(){return a}}();c.bindMediaToggle=function(a){function b(){a.addEventListener?a.removeEventListener("load",b):a.attachEvent&&a.detachEvent("onload",b);a.setAttribute("onload",null);a.media=c}var c=a.media||"all";a.addEventListener?a.addEventListener("load",b):a.attachEvent&&a.attachEvent("onload",b);setTimeout(function(){a.rel= "stylesheet";a.media="only x"});setTimeout(b,3E3)};c.poly=function(){if(!c.support())for(var a=b.document.getElementsByTagName("link"),e=0;e<a.length;e++){var d=a[e];"preload"!==d.rel||"style"!==d.getAttribute("as")||d.getAttribute("data-loadcss")||(d.setAttribute("data-loadcss",!0),c.bindMediaToggle(d))}};if(!c.support()){c.poly();var f=b.setInterval(c.poly,500);b.addEventListener?b.addEventListener("load",function(){c.poly();b.clearInterval(f)}):b.attachEvent&&b.attachEvent("onload",function(){c.poly(); b.clearInterval(f)})}"undefined"!==typeof exports?exports.loadCSS=loadCSS:b.loadCSS=loadCSS})("undefined"!==typeof global?global:this); </script> <link rel="preconnect" href="https://tpc.googlesyndication.com"> <script type="text/javascript"> window.ICMS.cmd.push(function(){(function(){var stickyfooter=window.document.querySelector(".zad.footer[data-sticky=true]"); if(stickyfooter)stickyfooter.addEventListener("click",function(){this.removeAttribute("data-sticky")})})()}); </script><script>var ChessKit= ChessKit || {}; ChessKit.data = {categories:["entertainment","horror","article","buffy-the-vampire-slayer"], platforms:[], pagetype:["ros"], article_id:"91311"};</script> <script type="text/javascript">var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var zad = zad || {}; zad.cmd = zad.cmd || []; window.zadConfig={"dfp": "/15748617,23251826091/IGN_NORDICS/IGN_ROS_", "OOPs": ["interstitial", "inread"], "OOPsAppendSuffix": true, "autorefresh": 30, "prebid": true, "amazon": "d02f0482-a50f-427c-ac01-9856371f1f6b", "navegg": false, "tailtarget": false, "dependencies": null, "libs": null, "gdprLibs": null, "pageTargeting": {"platforms": [], "tags": ["entertainment", "horror", "article", "buffy-the-vampire-slayer"], "page": "ros", "special": "", "type": "feature", "lang": "en", "article_id": "91311"}, "titleTargeting": true, "lazy": true, "vastPreroll": "https://pubads.g.doubleclick.net/gampad/ads?iu=/15748617,23251826091/IGN_Nordics/ign_preroll&description_url=[placeholder]&tfcd=0&npa=0&sz=640x360&gdfp_req=1&unviewed_position_start=1&output=vast&env=vp&impl=s&correlator="};window.zadSlotConfig={"sizemappingTemplates": {"billboard": [[[990, 250], [[970, 250], [970, 200], [970, 180], [980, 90], [970, 90], [728, 90], [120, 30]]], [[750, 200], [[728, 90], [120, 30]]], [[0, 0], [[320, 100], [320, 50], [120, 30]]]], "halfpage": [[[990, 250], [[300, 600], [300, 250]]], [[750, 200], [[300, 600], [300, 250]]], [[0, 0], [[300, 600], [300, 250]]]], "footer": [[[990, 250], [[997, 123], [970, 90], [728, 90]]], [[750, 200], [[728, 90], [468, 60]]], [[0, 0], [[320, 100], [320, 50]]]]}};</script><script type="text/javascript" src="/s/js/zad.js?612" async="true"></script> <script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async="true"></script> </head> <body > <div class="page-wrapper"> <aside id="sidebarHeader" class="hide start"> <div id="ignheader" class="start"> <button class="header-toggle" type="button" title="Toggle Sidebar"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="4" style="transition: transform 0.1s linear 0s; font-size: 0.6rem;"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></button> <div class="side-container"> <div class='side home bar-1'> <div class="sidebar-header"> <div class="logo-edition"> <a id="headerlogo" href='https://nordic.ign.com/'> <svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg> </a> <div class="logodate">Nordic</div> </div> </div><div class="sidebar-main"><ul class="sidebar-section home"><li><a class="icon-home" href='https://nordic.ign.com/'><span>Home</span></a></li><li class=""><a class="iconsvg" href="https://nordic.ign.com/made-in-nordic" data-submenu="bar-137"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 443.6 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M434.48,63.76c-6.05-6.05-13.27-9.12-21.45-9.12h-69.25V0H99.82v54.64H30.57c-8.18,0-15.4,3.07-21.45,9.12 C3.07,69.81,0,77.03,0,85.21v27.32c0,29.41,10.6,54.89,31.51,75.72c20.3,20.23,45.08,32.4,73.68,36.2 c7.07,23,19.73,42.61,37.64,58.3c17.75,15.55,38.62,25.77,62.07,30.43v96.6h-85.11v33.82h204.04v-33.82h-85.11v-96.6 c23.45-4.66,44.32-14.89,62.06-30.43c17.91-15.69,30.57-35.3,37.64-58.3c28.6-3.8,53.38-15.97,73.68-36.2 c20.91-20.83,31.51-46.31,31.51-75.72V85.21C443.6,77.03,440.53,69.81,434.48,63.76z M221.8,280.54c-24.21,0-45-8.52-61.79-25.31 c-16.8-16.8-25.32-37.59-25.32-61.79V33.82h174.22v159.61c0,24.21-8.52,45-25.32,61.79C266.8,272.02,246.01,280.54,221.8,280.54z M409.78,88.46v24.07c0,19.86-6.71,37.15-19.93,51.4c-12.44,13.4-27.92,21.64-46.06,24.51V88.46H409.78z M99.82,88.46v99.98 c-18.14-2.88-33.62-11.11-46.06-24.51c-13.23-14.25-19.94-31.54-19.94-51.4V88.46H99.82z"/> </svg> <span>Made in Nordic</span></a></li><li class=""><a class="iconsvg" href="/article/news" data-submenu="bar-71"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31__x2C_5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <path d="M437.3,512H80c-44.1,0-80-35.9-80-80V58.7C0,26.3,26.3,0,58.7,0h266.7C357.7,0,384,26.3,384,58.7V64h69.3 c32.4,0,58.7,26.3,58.7,58.7V432c0,40.9-30.8,74.7-70.4,79.4C440.2,511.8,438.8,512,437.3,512z M384,96v336c0,26.5,21.5,48,48,48 c26.5,0,48-21.5,48-48V122.7C480,108,468,96,453.3,96H384z M58.7,32C44,32,32,44,32,58.7V432c0,26.5,21.5,48,48,48h288 c-10.1-13.4-16-30-16-48V58.7C352,44,340,32,325.3,32H58.7z"/> <path d="M176,192H80c-8.8,0-16-7.2-16-16V80c0-8.8,7.2-16,16-16h96c8.8,0,16,7.2,16,16v96C192,184.8,184.8,192,176,192z M96,160h64 V96H96V160z"/> <path d="M304,117.3h-53.3c-8.8,0-16-7.2-16-16s7.2-16,16-16H304c8.8,0,16,7.2,16,16S312.8,117.3,304,117.3z"/> <path d="M304,181.3h-53.3c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16H304c8.8,0,16,7.2,16,16C320,174.2,312.8,181.3,304,181.3z"/> <path d="M304,266.7H80c-8.8,0-16-7.2-16-16s7.2-16,16-16h224c8.8,0,16,7.2,16,16S312.8,266.7,304,266.7z"/> <path d="M304,346.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,339.5,312.8,346.7,304,346.7z"/> <path d="M304,426.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,419.5,312.8,426.7,304,426.7z"/> </svg> <span>News</span></a></li><li class=""><a class="iconsvg" href="/article/review" data-submenu="bar-7"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 443.6 512.7" style="enable-background:new 0 0 443.6 512.7;" xml:space="preserve"> <g> <path d="M443.6,146.3c0.2-12.4-6.6-24.7-17.4-31.3L241.4,5.8c-5.9-4-11.9-5.8-19.5-5.8c-6.5,0-14.1,2.3-19.4,5.8L17.7,114.9 C5.5,121.2,0,135.1,0,146.2v220.3c0,12.6,6.9,24.9,17.6,31.2l184.8,109.2c5.9,4,11.9,5.8,19.5,5.8c6.5,0,14.1-2.3,19.4-5.8 l184.6-109.1c12.2-6.2,17.7-20.1,17.7-31.3L443.6,146.3z M224.5,32.9l184.7,109.2l0.3,0.2c1.9,1,2.2,2.9,2.2,3.9v221.4 c-0.2,1-0.7,2.2-2.2,3l-0.1,0.1l-185,109.3c-1.9,0.9-3.5,0.9-5.3,0L34.4,370.7l-0.3-0.2c-1.9-1-2.2-2.9-2.2-3.9V146.2 c0-0.8,0.2-2.9,2.3-4l0.1-0.1L219.2,32.9C221.1,32,222.6,32,224.5,32.9z"/> <path d="M263.9,351.4h-80.7c-9,0-15.1,6.8-15.1,16.8c0,9,6.8,15.1,16.8,15.1h80.7c7.5,0,15.1-5.2,15.1-15.1 C280.7,358.6,273.5,351.4,263.9,351.4z"/> <path d="M134.5,272.3H311c7.5,0,15.1-5.2,15.1-15.1c0-9.6-7.2-16.8-16.8-16.8H134.5c-9.6,0-16.8,7.2-16.8,16.8 C117.7,266.5,126.4,272.3,134.5,272.3z"/> <path d="M183.2,161.4h80.7c9.8,0,15.1-7.8,15.1-15.1c0-7.6-7-16.8-15.1-16.8h-80.7c-9.8,0-15.1,7.8-15.1,15.1 C168.1,154.6,174.2,161.4,183.2,161.4z"/> </g> </svg> <span>Reviews</span></a></li><li class=""><a class="iconsvg" href="/article/preview" data-submenu="bar-70"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 418.7 512" style="enable-background:new 0 0 418.7 512;" xml:space="preserve"> <path d="M370.4,0H48.2C22.1,0,0,22.1,0,48.2v290.1c0,20.1,13.3,38.5,32.2,45.4v33.7c0,16.8,14.4,30.4,32,30.4h0.3 c-0.1,0.5-0.1,1.1-0.1,1.7v32.2c0,16.8,14.4,30.4,32,30.4h225.6c18,0,32-14.1,32-32v-32.2h0.2c18,0,32-14.1,32-32v-32 c18.9-6.8,32.2-25.2,32.2-45.4V48.1C418.5,22,396.4,0,370.4,0z M322.3,449.4v32c-0.1,0.1-0.3,0.3-0.4,0.4H96.6 c-0.1-0.1-0.3-0.3-0.4-0.4v-32c0-0.6-0.1-1.1-0.2-1.7h226.4C322.4,448.2,322.3,448.8,322.3,449.4z M354.5,386.3V417 c-0.1,0.1-0.3,0.3-0.4,0.4H64.4c-0.1-0.1-0.3-0.3-0.4-0.4v-30.7H354.5z M386.6,48.2v290.1c0,9.3-7,16.3-16.3,16.3H48.2 c-9.3,0-16.3-7-16.3-16.3L31.8,48.2c0-9.3,7-16.3,16.3-16.3h322.2C379.6,31.9,386.6,38.9,386.6,48.2z"/> </svg> <span>Previews</span></a></li><li class=""><a class="iconsvg" href="/videos" data-submenu="bar-9"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="regular" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <style type="text/css"> .st0{stroke:#41495a;stroke-width:10;stroke-miterlimit:10;} </style> <path d="M256,512c141.2,0,256-114.8,256-256S397.2,0,256,0S0,114.8,0,256S114.8,512,256,512z M256,32c123.5,0,224,100.5,224,224 S379.5,480,256,480S32,379.5,32,256S132.5,32,256,32z"/> <path class="st0" d="M379.9,226.6l-180.3-98.2c-4.8-3.2-11.3-4.8-16.1-4.8c-19.3,0-33.8,16.1-33.8,33.8v198 c0,19.3,16.1,33.8,33.8,33.8l0,0l0,0c6.4,0,11.3-1.6,16.1-4.8l180.3-98.2c6.4-3.2,11.3-8.1,14.5-14.5 C402.4,257.2,396,236.3,379.9,226.6z M189.9,366.7C189.9,366.7,189.9,368.3,189.9,366.7c-4.8,1.6-8.1,1.6-11.3,1.6 c-3.2-1.6-6.4-3.2-8.1-6.4c-1.6-1.6-1.6-4.8-1.6-6.4v-198c0-8.1,6.4-12.9,12.9-12.9c1.6,0,4.8,0,6.4,1.6l181.9,98.2 c3.2,1.6,6.4,3.2,6.4,6.4c1.6,3.2,1.6,6.4,0,9.7c-1.6,3.2-3.2,6.4-8.1,8.1L189.9,366.7z"/> </svg> <span>Videos</span></a></li><li class=""><a class="iconsvg" href="/article/feature" data-submenu="bar-11"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M292.8,303.6l-0.5-0.5C280,292.8,268.4,288,256,288h-1.7c-13,0-24.8,5.2-35.1,15.5L180,344.3 c-12.1,12.1-17.3,30-13.5,46.6l18.7,81.7l0,0.1c5.8,23.2,25.4,38.8,48.6,38.8h42.5c22.7,0,44.3-16.6,50.3-38.7l18.8-81.9 c3.7-16.7-1.5-34.5-13.6-46.6L292.8,303.6z M307.5,366.7L307.5,366.7c3.5,3.6,6.5,9.9,5.2,16.4L294,464.7l-0.1,0.4 c-1.2,7-8.7,13.4-15.9,13.4h-42.5c-6.7,0-14.6-4.2-15.9-13.3l0-0.3l-18.8-81.8c-1.3-6.8,0.1-11.3,5.1-16.3l40.8-40.8 c3.6-3.6,7-5,12.6-5c2,0,5,1.2,8.4,4L307.5,366.7z"/> <path d="M219.1,207.6l0.5,0.5c12.3,10.3,23.9,15.1,36.4,15.1h1.7c13,0,24.8-5.2,35.1-15.5l39.2-40.9c12.1-12.1,17.3-30,13.5-46.6 l-18.7-81.7l0-0.1c-5.8-23.2-25.4-38.8-48.6-38.8h-42.5c-22.7,0-44.3,16.6-50.3,38.7l-18.8,81.9c-3.7,16.7,1.5,34.5,13.6,46.6 L219.1,207.6z M204.4,144.4L204.4,144.4c-3.5-3.6-6.5-9.9-5.2-16.4l18.7-81.6l0.1-0.4c1.2-7,8.7-13.4,15.9-13.4h42.5 c6.7,0,14.6,4.2,15.9,13.3l0,0.3L311,128c1.3,6.8-0.1,11.3-5.1,16.3l-40.8,40.8c-3.6,3.6-7,5-12.6,5c-2,0-5-1.2-8.4-4L204.4,144.4 z"/> </g> <g> <path d="M303.9,218.7l-0.5,0.5c-10.3,12.3-15.1,23.9-15.1,36.4v1.7c0,13,5.2,24.8,15.5,35.1l40.9,39.2 c12.1,12.1,30,17.3,46.6,13.5l81.7-18.7l0.1,0c23.2-5.8,38.8-25.4,38.8-48.6v-42.5c0-22.7-16.6-44.3-38.7-50.3l-81.9-18.8 c-16.7-3.7-34.5,1.5-46.6,13.6L303.9,218.7z M367.1,204L367.1,204c3.6-3.5,9.9-6.5,16.4-5.2l81.6,18.7l0.4,0.1 c7,1.2,13.4,8.7,13.4,15.9V276c0,6.7-4.2,14.6-13.3,15.9l-0.3,0l-81.8,18.8c-6.8,1.3-11.3-0.1-16.3-5.1l-40.8-40.8 c-3.6-3.6-5-7-5-12.6c0-2,1.2-5,4-8.4L367.1,204z"/> <path d="M208,292.4l0.5-0.5c10.3-12.3,15.1-23.9,15.1-36.4v-1.7c0-13-5.2-24.8-15.5-35.1l-40.9-39.2c-12.1-12.1-30-17.3-46.6-13.5 l-81.7,18.7l-0.1,0C15.5,190.6,0,210.1,0,233.4V276c0,22.7,16.6,44.3,38.7,50.3l81.9,18.8c16.7,3.7,34.5-1.5,46.6-13.6L208,292.4z M144.8,307.1L144.8,307.1c-3.6,3.5-9.9,6.5-16.4,5.2l-81.6-18.7l-0.4-0.1c-7-1.2-13.4-8.7-13.4-15.9v-42.5 c0-6.7,4.2-14.6,13.3-15.9l0.3,0l81.8-18.8c6.8-1.3,11.3,0.1,16.3,5.1l40.8,40.8c3.6,3.6,5,7,5,12.6c0,2-1.2,5-4,8.4L144.8,307.1z "/> </g> </g> </svg> <span>Features</span></a></li><li class=""><a class="iconsvg" href="/entertainment" data-submenu="bar-113"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 522 436.6" style="enable-background:new 0 0 522 436.6;" xml:space="preserve"> <g> <path d="M495.7,244.6h10.7c8.6,0,15.7-7,15.7-15.7v-42.7c0-28.2-20.1-51.8-46.7-57.2L440,25c-3.1-9.2-10.2-17-19.3-21.3 c-9.1-4.3-19.6-4.8-28.7-1.4L55.3,128C24.5,129.5,0,155.1,0,186.2v42.7c0,8.6,7,15.7,15.7,15.7h10.7c20.8,0,37.7,16.9,37.7,37.7 s-16.9,37.7-37.7,37.7H15.7c-8.6,0-15.7,7-15.7,15.7v42.7c0,32.2,26.2,58.3,58.3,58.3h405.3c15.6,0,30.2-6.1,41.2-17.1 c11-11,17.1-25.7,17.1-41.2v-42.7c0-8.6-7-15.7-15.7-15.7h-10.7c-10.1,0-19.5-3.9-26.6-11c-7.1-7.1-11-16.6-11-26.6 C458,261.4,474.9,244.6,495.7,244.6z M426.7,282.2c0,18.4,7.2,35.8,20.2,48.8c11.8,11.8,27.2,18.8,43.8,20v27.2 c0,14.9-12.1,27-27,27H202v-5.7c0-8.6-7-15.7-15.7-15.7s-15.7,7-15.7,15.7v5.7H58.3c-14.9,0-27-12.1-27-27V351 c35.7-2.6,64-32.5,64-68.8s-28.3-66.3-64-68.8v-27.2c0-14.9,12.1-27,27-27h112.3v5.7c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-5.7 h261.7c14.9,0,27,12.1,27,27v27.2C454.9,216,426.7,245.9,426.7,282.2z M145,127.9L403,31.6c1.4-0.5,3-0.4,4.5,0.3 c1.4,0.7,2.5,1.8,2.9,3.2l31.5,92.8H145z"/> <path d="M186.3,293.6c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.6v-36.1 C202,300.7,195,293.6,186.3,293.6z"/> <path d="M186.3,203.4c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-36.1 C202,210.4,195,203.4,186.3,203.4z"/> </g> </svg> <span>Movies & TV</span></a></li><li class="more toggletopmore"><a href="NONE" class="iconsvg submenu" data-submenu="bar-MORE"><?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path d="M368.7,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C336.5,273.8,351,288.3,368.7,288.3z M256,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C223.8,273.8,238.3,288.3,256,288.3z M143.3,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C111.1,273.8,125.6,288.3,143.3,288.3z"/><g><path d="M256,512c-68.4,0-132.7-26.6-181-75C26.6,388.7,0,324.4,0,256c0-68.4,26.6-132.7,75-181C123.3,26.6,187.6,0,256,0 s132.7,26.6,181,75c48.4,48.4,75,112.6,75,181c0,68.4-26.6,132.7-75,181S324.4,512,256,512z M256,32.3 c-59.8,0-115.9,23.3-158.2,65.5C55.6,140.1,32.3,196.2,32.3,256c0,59.8,23.3,115.9,65.5,158.2c42.2,42.2,98.4,65.5,158.2,65.5 s115.9-23.3,158.2-65.5c42.2-42.3,65.5-98.4,65.5-158.2c0-59.8-23.3-115.9-65.5-158.2C371.9,55.6,315.8,32.3,256,32.3z"/></g></svg><span>More</span><svg class="sidebar-icon icon-right-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="m10 2 14.14 14.14L10 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></li><div class="divider"></div><li class="search"><a><svg height="512pt" viewBox="0 0 512.016 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m202.667969 405.339844c-111.746094 0-202.667969-90.921875-202.667969-202.664063 0-111.746093 90.921875-202.6679685 202.667969-202.6679685 111.742187 0 202.664062 90.9218755 202.664062 202.6679685 0 111.742188-90.921875 202.664063-202.664062 202.664063zm0-373.332032c-94.101563 0-170.667969 76.566407-170.667969 170.667969 0 94.101563 76.566406 170.664063 170.667969 170.664063 94.101562 0 170.664062-76.5625 170.664062-170.664063 0-94.101562-76.5625-170.667969-170.664062-170.667969zm0 0"/><path d="m496 512.007812c-4.097656 0-8.191406-1.558593-11.308594-4.691406l-161.277344-161.28125c-6.25-6.25-6.25-16.382812 0-22.636718 6.25-6.25 16.382813-6.25 22.632813 0l161.28125 161.28125c6.25 6.25 6.25 16.382812 0 22.636718-3.136719 3.132813-7.230469 4.691406-11.328125 4.691406zm0 0"/></svg><form action='https://nordic.ign.com/se/'class="search-modal"><div class="search-input"><input type="hidden" name="model" value=""><input name="q" id="search-input" type="text" maxlength="60" placeholder='Search on IGN Nordic' autocomplete="off" value=""></div><button role="button" class="button button-primary">Search</button></form></a></li></ul></div></div><div class="side bar-MORE"> <div class="sidebar-header"> <button class="back" data-parent="bar-1"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><label>Home</label></button> </div> <div class="sidebar-main"> <h3>More</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" href="/ign-nordic/422/page/about-ign-nordic" data-submenu="bar-33"><span><b>About IGN Nordic</b></span></a></li><li class=""><a class="iconsvg" target='_blank' href="mailto:info@emense.nl" data-submenu="bar-34"><span>Contact</span></a></li><li class=""><a class="iconsvg" target='_blank' href="https://forms.gle/ay2mgDb4Lhe6ADnu8" data-submenu="bar-35"><span>Advertise</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://corp.ign.com/press" data-submenu="bar-36"><span>Press</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/423/page/privacy-policy" data-submenu="bar-37"><span>Privacy Policy</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/424/page/user-agreement" data-submenu="bar-38"><span>User agreement</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/425/page/cookies" data-submenu="bar-39"><span>Cookies</span></a></li><li class=""><a class="iconsvg" href="/feed.xml" data-submenu="bar-41"><span>RSS</span></a></li><div class="divider"></div><li class="legal"><a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a><span class="licensee">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span></li></ul></div></div> </div> <div class="region"> <div class="region-selector"> <select id="region-dropdown" class="region-dropdown"> <option value="" disabled="" selected="">Change Region</option> <option data-language='US' value="https://www.ign.com/?setccpref=US">United States</option> <option data-language='UK' value="https://uk.ign.com/uk?setccpref=UK">United Kingdom</option> <option data-language='AU' value="https://au.ign.com/au?setccpref=AU">Australia</option> <option data-language='AFR' value="https://za.ign.com/">Africa</option> <option data-language='ADR' value="https://adria.ign.com/">Adria</option> <option data-language='BX' value="https://nl.ign.com/">Benelux / Dutch</option> <option data-language='BR' value="https://br.ign.com/">Brazil</option> <option data-language='CN' value="https://www.ign.com.cn/">China / 中国</option> <option data-language='CZ' value="https://cz.ign.com/">Czechia / Slovakia</option> <option data-language='FR' value="https://fr.ign.com/">France</option> <option data-language='DE' value="https://de.ign.com/">Germany</option> <option data-language='GR' value="https://gr.ign.com/">Greece / Ελλάδα</option> <option data-language='HU' value="https://hu.ign.com/">Hungary</option> <option data-language='IN' value="https://in.ign.com/">India</option> <option data-language='IL' value="https://il.ign.com/">Israel</option> <option data-language='IT' value="https://it.ign.com/">Italy / Italia</option> <option data-language='JP' value="https://jp.ign.com/">Japan / 日本</option> <option data-language='KR' value="https://kr.ign.com/">Korea / 한국</option> <option data-language='LAT' value="https://latam.ign.com/">Latin America</option> <option data-language='ME' value="https://me.ign.com/en/">Middle East - English</option> <option data-language='AR' value="https://me.ign.com/ar/">Middle East - الأوسطالشرق</option> <option data-language='NOR' value="https://nordic.ign.com/">Nordic</option> <option data-language='PL' value="https://pl.ign.com/">Poland</option> <option data-language='PT' value="https://pt.ign.com/">Portugal</option> <option data-language='SEA' value="https://sea.ign.com/">Southeast Asia</option> <option data-language='ES' value="https://es.ign.com/">Spain / España</option> <option data-language='TR' value="https://tr.ign.com/">Turkey / Türkiye</option> <option data-language='INTL' value="https://world.ign.com/">world.ign.com</option> </select> </div> </div> <div id="loginwrapper"> <a class="sidebar-item login-avatar" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes" type="button"><img class="userIcon" alt="" title="" src=""></img><svg class="sidebar-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="false" role="img" fill="none" stroke-width="1.5"><title>Register / Login</title><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg> <div class="sidebar-item-text">Register / Login</div> </a> <div class="login-buttons"> <a href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes" target="_top" rel="nofollow" class="lightbox main button login-button">Login</a> <a href="https://www.ign.com/register?redirect=http%3A//nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes" target="_top" rel="nofollow" class="button register-button">Register</a> </div> </div> </div> </aside> <button id="btnoverlay" type="button" title="Collapse Sidebar" class="start sidebar-mobile-overlay"></button> <div id="mainblock"> <header class="fixed-header"> <div class="sidebar-page-header"> <a href="/" title="IGN" class="logo-link"><svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg></a> <a id="current-user" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes" target="_top" rel="nofollow"><svg class="ign-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg></a> </div> </header> <div class="zad billboard" data-zadtype="billboard" data-suffix="billboard" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73028"}, "appnexus": {"placementId": "29257727"}, "improvedigital": {"placementId": "22943608"}, "triplelift": {"inventoryCode": "Refinery89_RON_Mobile-300x250-Top"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790332", "position": "atf"}, "sharethrough": {"pkey": "IMyCnbm1z1rMEipmvlZB0PFB"}}"></div> <div class="wrapper articleBody"> <div class="page-content"> <div class="object-breadcrumbs"> <a title="Buffy the Vampire Slayer" href="https://nordic.ign.com/buffy-the-vampire-slayer" class="article-object-link opt-internal">Buffy the Vampire Slayer</a> </div> <div class="article-headline"> <h1 id="id_title">The 15 Best Buffy the Vampire Slayer Episodes</h1> </div> <div class="article-sub-headline"> <h3 id="id_deck">With a Hulu revival on the way, we look at the best of Buffy.</h3> </div> <ul class="sharer full"> <li> <a class="fb facebook_share" href="#"> <svg id="shareFBSvg" width="44" height="44" viewBox="0 0 44 44" > <path class="pathSocialIcons" d="M23.23 30.5v-7.754h2.603l.39-3.023H23.23v-1.929c0-.875.243-1.471 1.498-1.471l1.6-.001v-2.703a21.367 21.367 0 0 0-2.332-.119c-2.307 0-3.887 1.408-3.887 3.995v2.228H17.5v3.023h2.609V30.5h3.121z" fill="#FFF"></path> </svg> </a> </li> <li> <a class="tw twitter_share" href="#"> <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg> </a> </li> <li class="hide secondaryShare"> <a class="pn pin_share" href="#"> <svg width="44" height="44" viewBox="-4 -10 25 35"><g id="art"><circle cx="8" cy="8" r="7" fill="#fff"/><path d="M12.5,4.5A8,8,0,0,0,9.58,20a7.74,7.74,0,0,1,0-2.3c.15-.62.94-4,.94-4a2.89,2.89,0,0,1-.24-1.19c0-1.11.65-1.94,1.45-1.94a1,1,0,0,1,1,1.12,16.59,16.59,0,0,1-.66,2.67,1.16,1.16,0,0,0,1.18,1.44c1.42,0,2.52-1.5,2.52-3.66a3.15,3.15,0,0,0-3.34-3.25,3.46,3.46,0,0,0-3.62,3.47,3.09,3.09,0,0,0,.6,1.82.25.25,0,0,1,.05.23c-.06.26-.19.8-.22.91s-.11.18-.26.11a3.6,3.6,0,0,1-1.63-3.1c0-2.53,1.83-4.84,5.29-4.84a4.69,4.69,0,0,1,4.93,4.62c0,2.75-1.74,5-4.15,5a2.15,2.15,0,0,1-1.84-.92s-.4,1.53-.49,1.91a8.79,8.79,0,0,1-1,2.09,8.1,8.1,0,0,0,2.37.36,8,8,0,0,0,0-16Z" transform="translate(-4.5 -4.5)" fill="#e61e27"/></g></svg> </a> </li> <li class="hide secondaryShare"> <a class="ln ld_share" href="#"> <svg id="shareLNSvg" width="44" height="44" viewBox="0 -8 25 44"> <path class="pathSocialIcons" d="M8,22.07H4L4,10H8ZM5.92,8.39h0A2,2,0,1,1,6,4.31a2,2,0,1,1,0,4.08ZM22,22.07H18V15.5c0-1.59-.42-2.67-1.85-2.67a2.06,2.06,0,0,0-2,1.44,2.73,2.73,0,0,0-.13,1v6.85H10L9.92,10H14l0,1.7a3.79,3.79,0,0,1,3.48-1.95c2.59,0,4.52,1.69,4.52,5.32v7Z" fill="#fff"></path> </svg> </a> </li> <li> <a class="wa whatsapp_share" data-url="https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes" data-msg="The 15 Best Buffy the Vampire Slayer Episodes" href="whatsapp://send?text=The%2015%20Best%20Buffy%20the%20Vampire%20Slayer%20Episodes%20https%3A//nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes"> <svg id="shareWASvg" width="44" height="44" viewBox="-10 -8 58 58"> <path class="logo_green" fill="#35b14f" d="M10.7,32.8l0.6,0.3c2.5,1.5,5.3,2.2,8.1,2.2l0,0c8.8,0,16-7.2,16-16c0-4.2-1.7-8.3-4.7-11.3 s-7-4.7-11.3-4.7c-8.8,0-16,7.2-15.9,16.1c0,3,0.9,5.9,2.4,8.4l0.4,0.6l-1.6,5.9L10.7,32.8z"/> <path class="logo_white" fill="#FFF" d="M32.4,6.4C29,2.9,24.3,1,19.5,1C9.3,1,1.1,9.3,1.2,19.4c0,3.2,0.9,6.3,2.4,9.1L1,38l9.7-2.5 c2.7,1.5,5.7,2.2,8.7,2.2l0,0c10.1,0,18.3-8.3,18.3-18.4C37.7,14.4,35.8,9.8,32.4,6.4z M19.5,34.6L19.5,34.6c-2.7,0-5.4-0.7-7.7-2.1 l-0.6-0.3l-5.8,1.5L6.9,28l-0.4-0.6c-4.4-7.1-2.3-16.5,4.9-20.9s16.5-2.3,20.9,4.9s2.3,16.5-4.9,20.9C25.1,33.8,22.3,34.6,19.5,34.6 z M28.3,23.5L27.2,23c0,0-1.6-0.7-2.6-1.2c-0.1,0-0.2-0.1-0.3-0.1c-0.3,0-0.5,0.1-0.7,0.2l0,0c0,0-0.1,0.1-1.5,1.7 c-0.1,0.2-0.3,0.3-0.5,0.3h-0.1c-0.1,0-0.3-0.1-0.4-0.2l-0.5-0.2l0,0c-1.1-0.5-2.1-1.1-2.9-1.9c-0.2-0.2-0.5-0.4-0.7-0.6 c-0.7-0.7-1.4-1.5-1.9-2.4L15,18.4c-0.1-0.1-0.1-0.2-0.2-0.4c0-0.2,0-0.4,0.1-0.5c0,0,0.4-0.5,0.7-0.8c0.2-0.2,0.3-0.5,0.5-0.7 c0.2-0.3,0.3-0.7,0.2-1c-0.1-0.5-1.3-3.2-1.6-3.8c-0.2-0.3-0.4-0.4-0.7-0.5h-0.3c-0.2,0-0.5,0-0.8,0c-0.2,0-0.4,0.1-0.6,0.1 l-0.1,0.1c-0.2,0.1-0.4,0.3-0.6,0.4c-0.2,0.2-0.3,0.4-0.5,0.6c-0.7,0.9-1.1,2-1.1,3.1l0,0c0,0.8,0.2,1.6,0.5,2.3l0.1,0.3 c0.9,1.9,2.1,3.6,3.7,5.1l0.4,0.4c0.3,0.3,0.6,0.5,0.8,0.8c2.1,1.8,4.5,3.1,7.2,3.8c0.3,0.1,0.7,0.1,1,0.2l0,0c0.3,0,0.7,0,1,0 c0.5,0,1.1-0.2,1.5-0.4c0.3-0.2,0.5-0.2,0.7-0.4l0.2-0.2c0.2-0.2,0.4-0.3,0.6-0.5s0.4-0.4,0.5-0.6c0.2-0.4,0.3-0.9,0.4-1.4 c0-0.2,0-0.5,0-0.7C28.6,23.7,28.5,23.6,28.3,23.5z"/> </svg> </a> </li> <li> <a class="shareToggle" href="#"> <div id="sharePlus"><style>.cls-plus { font-size:45px; fill:#fff; }</style><text class="cls-plus">+</text></div> </a> </li> </ul> <div class="articleHero"> <img class="hero image" src="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_g2ma.1280.jpg" alt="The 15 Best Buffy the Vampire Slayer Episodes" srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_g2ma.1280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_g2ma.2560.jpg 2x"> </div> <div class="affiliation-disclaimer">When you buy something from this article, IGN Nordic might get a part of the revenue. </div> <div class="article-byline"> <section class="article-authors"> <div class="author-byline-images"><a href="https://nordic.ign.com/u/mattfowler"><img class="roundendimg" src="http://oyster.ignimgs.com/social/avatars/users/111418740.jpg" alt="Matt Fowler"></a></div><div class="author-names">By <span class="reviewer hcard"><a class="url" href="https://nordic.ign.com/u/mattfowler">Matt Fowler</a></span> </div> </section> <div class="article-publish-date"> <svg xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-articles" width="24" height="24" viewBox="8 3 16 26"><g class="has-stroke" stroke="#838383" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 14h4m-4 4h7m-7 4h4m9-10.786V25a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h10.552a2 2 0 0 1 1.548.734l3.448 4.213A2 2 0 0 1 25 11.214z"></path><path d="M19.5 5v4a2 2 0 0 0 2 2H25"></path></g></svg> <span>Posted Feb. 19, 2025, 7:30 p.m.</span> </div> </div> <section class="side-by-side article-content"> <article class="article-section article-page"> <div id="id_text" itemprop="articleBody"> <div class="recirc-title pos0"><span>Related reads:</span><a href="https://nordic.ign.com/buffy-the-vampire-slayer/91317/gallery/the-best-buffy-the-vampire-slayer-episodes" class="recirc_odd"><span>The Best Buffy the Vampire Slayer Episodes</span><svg class="icon-top-right-arrow" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" stroke-width="2"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m19.961 5.397 10.04 10.039-10.04 10.038M2.394 15.436h26.351" transform="rotate(-45, 16, 16)"></path></svg></a></div> <p>Almost 30 years ago, Joss Whedon turned the just-okay movie he wrote -- but wasn't happy with -- into an exemplary, game-changing TV show that would influence dozens of sci-fi and fantasy projects to come while also elevating genre TV as a whole. Now Buffy the Vampire Slayer is said to be getting the legacy sequel treatment, with <a href="/buffy-the-vampire-slayer/91138/opinion/buffy-the-vampire-slayer-may-be-getting-a-reboot-but-maybe-thats-not-a-good-thing"><u>Variety reporting that Sarah Michelle Gellar is in final talks to reprise her role as Buffy Summers in a revival at Hulu</u></a>. </p><div class="recircblock"><aside class="floatrecirc"><span class="recirc-title">More like this</span><a href="https://nordic.ign.com/buffy-the-vampire-slayer/91138/opinion/buffy-the-vampire-slayer-may-be-getting-a-reboot-but-maybe-thats-not-a-good-thing" class="recirc_odd"><img class="image" src="https://sm.ign.com/t/ign_nordic/opinion/b/buffy-the-/buffy-the-vampire-slayer-may-be-getting-a-reboot-but-maybe-t_sj3t.640.jpg" alt="Buffy the Vampire Slayer May Be Getting a Reboot, But Maybe That's Not a Good Thing"/><span class="recirctext">Buffy the Vampire Slayer May Be Getting a Reboot, But Maybe That's Not a Good Thing<svg class="icon-top-right-arrow" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" stroke-width="2"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m19.961 5.397 10.04 10.039-10.04 10.038M2.394 15.436h26.351" transform="rotate(-45, 16, 16)"></path></svg></span></a></aside><p>With this in mind, we’ve decided to revisit the series and pluck out the 15 best episodes of this unexpectedly moving, thrilling, funny, and socially aware series. Debuting on the WB network on March 10, 1997, Buffy the Vampire Slayer showed the world that triumphant television could be made from stories featuring a teenage girl battling vampires, demons, and other assorted things that go bump in the night.</p></div></p><div class="mobileArticleAds mrec1"><div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec1" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73025"}, "appnexus": {"placementId": "29257707"}, "improvedigital": {"placementId": "22943593"}, "triplelift": {"inventoryCode": "Refinery89_RON_Desktop_300x600_ATF"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790300", "position": "atf"}, "sharethrough": {"pkey": "ZhqNfeRLsaOuMhiCu9INjObB"}}"></div></div><p>The show’s ensemble would help redefine the notion of a ragtag team while giving us teen, and eventually college-age, angst and anxiety amid the backdrop of a perpetually nigh apocalypse.</p><p>To celebrate the possible return of this peerless series, we're looking at the best from the original show. These episodes are the cream of the crop when it comes to Buffy and the “Scooby Gang” traversing absurd comedy, stark drama, and everything in between. Note: We cheated a bit here and did the whole "counting two-parters as one" thing. So here's the best o' "beep me, bite me" Buffy! </p><iframe allow="autoplay; fullscreen *" allowautoplay="" allowfullscreen="true" class="gallery" data-src="/buffy-the-vampire-slayer/91317/gallery/embed" frameborder="0" id="gallery91317" scrolling="no"></iframe><hr/><h2><strong>15. “Doppelgangland” (Season 3, Episode 16)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_j5zr.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>A ferociously fun follow-up to "The Wish" (which we'll get to), “Doppelgangland” brings Willow's depraved, evil vampire double into the real world after ex-vengeance demon Anya dabbles with magic she shouldn't in a desperate attempt to get her powers back. Considering how dark things get for Willow in later seasons, “Doppelgangland” acts like a jubilant primer.</p><h2><strong>14. “Chosen” (Season 7, Episode 21)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_tmph.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>Buffy's series finale featured a brawl to win it all, a Slayer squad showdown with the First Evil. Sacrifices were made as bodies fell in this final episode, all leading to a glorious victory for Buffy Summers, who'd become overwhelmed and weary thanks to her thankless world-saving destiny. "Chosen" wasn't as strong a showing as series spin-off Angel's finale, with its Hail Mary efforts, but it still made for a strong finish, its pyrrhic triumph offering up more peace and optimism in the face of relentless darkness. </p><h2><strong>13. “Something Blue” (Season 4, Episode 9) </strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_1qae.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>A rather hilarious episode, "Something Blue" offers up another Willow spell-gone-wrong, this time making every casual snarky thing she says become literally true. As Willow tries to climb out of her depressive shell in the wake of a break up, the Scooby Gang gets thrown into a tailspin as Giles loses his sight, Xander becomes an actual "demon magnet," and the Buffy/Spike ship gets kicked into high gear with an impromptu (magical) marriage proposal.</p><h2><strong>12. “Tabula Rasa” (Season 6, Episode 8)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_bcbf.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>All of Buffy the Vampire Slayer's strengths as a series get a fabulous spotlight in "Tabula Rasa," as jokes and japes mix with trauma and torment. Another blundered spell casts amnesia on all our heroes in a strikingly silly episode that shines bright in the midst of a season filled with a lot of weight and darkness. It's a great installment that balances all the characters nicely while also showing how far Willow will go to try to use magic to fix her life -- you know, before she goes <i>way</i> too far with it.</p><h2><strong>11. “Restless” (Season 4, Episode 22)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_c7zn.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>One of Buffy's most unique episodes -- made even more bizarre by the fact that it's the Season 4 finale -- "Restless" is a trippy, dream-filled chapter that bucks the trend of having a final "Big Bad" battle. It's a beautiful look at the core characters, filled with both clever callbacks and fun foreshadowing. With its surrealist, self-reflective take, and with super-soldier Adam dispatched the week before, "Restless" focuses on the story's four central heroes as they dream, confronting their specific fears while also being stalked by the world's First Slayer.</p><h2><strong>10. “Conversations With Dead People” (Season 7, Episode 7)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_bjy3.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>This spectacular entry from the seventh and final season featured several different stories (though none of them containing Xander or Anya) all taking place during one fateful night in Sunnydale. Buffy ran into an old high school chum (and recently sired vampire) in a graveyard, Dawn communicated with her late mother, Spike picked up some "food" at a bar, and Willow received a frightful message from The First.</p><h2>9. <strong>"The Gift" (Season 5, Episode 22)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_1raj.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>Season 5's fierce finale featured an all-out Scooby Gang battle with Hell god Glorificus -- AKA Glory -- and marked the second time that Buffy, who'd previously learned in a dream state that her "gift was death," sacrificed herself for the sake of stopping a cataclysm -- choosing here to die in the place of her retconned younger sister Dawn. Like her epitaph read, "She Saved the World. A Lot."</p><h2>8. <strong>"Graduation Day, Parts 1 & 2" (Season 3, Episodes 21 and 22)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_4ue7.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>For a series that, initially, had a lot to do with "surviving high school," Sunnydale High surely wasn't going to survive the graduating class of 1999. Not with Mayor Wilkins having dire designs on turning into a massive snake demon and eating everyone at the commencement ceremony. "Graduation Day" Parts 1 and 2 -- whose second half was delayed for two months due to the tragic Columbine massacre -- featured Buffy battling and besting Faith, Willow kissing Oz, Wesley kissing Cordelia, Angel drinking from Buffy (to save his life), and a kickass final battle that incorporated Buffy's besieged classmates.</p><h2><strong>7. "Passion" (Season 2, Episode 17)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_jehb.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>In what would become Buffy's first unsettlingly traumatic episode (of many to come), evil Angel -- in the form of Angelus reborn, playing the role of a demented ex -- methodically stalked the Scooby Gang and ultimately took the life of Giles' love, Jenny Calendar. Giles, out for savage vengeance, then went rogue and took the fight to Angel. "Passion" stands as one of the show's first ventures into truly dark territory, creating a "you'll always remember where you were when you watched it" moment for an entire generation.</p><h2><strong>6. "The Wish" (Season 3, Episode 9)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_jura.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>A spiraling Cordelia experiences an alternate timeline vampire apocalypse after she meets Anya (a stealth vengeance demon) and wishes that Buffy had never arrived in town. After <i>Cordelia is killed mid-way through her own story</i>, it's then up to Giles to figure out if the reality hellscape he's in was caused by a spell -- a spell that can be undone. "The Wish" took us on a haunting and fun journey filled with evil Sunnydale-2 doppelgängers and a final battle featuring all our main characters killing each other.</p><h2><strong>5. "Innocence" (Season 2, Episode 14)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_qn8j.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>In a truly game-changing episode, Buffy receives the ultimate awful birthday gift when she discovers that Angel, having slept with her and experienced a "moment of true happiness," has reverted back to being a soulless, psycho vampire thanks to an age-old gypsy curse. "Innocence" was a relentless and heart-breaking affair that saw a girl experience the mirrored horror of seeing her boyfriend change and become abusive after sex. Oh, and in the "there was still fun to be had" category, Buffy blew up the supposedly "no weapon forged can kill him" Judge with a freakin' rocket launcher!</p><h2><strong>4. "Hush" (Season 4, Episode 10)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_snuk.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>In "Hush," Willow met Tara for the first time -- and it's a good thing she did because their shared-power spells sure came in handy when fending off the TERRIFYING VOICE-STEALING HEART-CARVING GENTLEMEN! Yes, in a mostly dialogue-free episode of Buffy, Joss Whedon gave us a floating, golf-clapping unforgettable quartet of folklore ghouls who magically silence a town before they collect innocent hearts. It isn't the "heaviest" episode of Buffy, but it's one of the creepiest and fun outings the show ever produced.</p><h2><strong>3. "Once More, With Feeling" (Season 6, Episode 7)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_zq89.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>In Season 6, with Joyce gone, Buffy being unintentionally ripped out of heaven, and Willow's obsession with spell-casting crossing certain ethical boundaries, the Scoobies were in a bit of disarray. There was a lot of tension. Many secrets. So what better time to have everyone break into song? Songs that specifically reveal the secrets they were desperately hiding from one another! Well, you can thank Sweet the Songster Demon for this chapter's magical town takeover in a late-in-the-series-run musical episode that became an insta-classic.</p><h2><strong>2. "Becoming, Parts 1 & 2" (Season 2, Episodes 21 and 22)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_rqsg.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>In this one-two gut punch of season finale excellence, Buffy had to choose between restoring Angel's soul or saving the world from an awakened demon determined to suck everybody into Hell. Peppered with flashbacks to Angel's early beginnings -- from sired vampire to getting cursed with a human soul -- that would help set the stage for his own eventual spinoff, "Becoming" solidified Buffy's second season as arguably its best. Especially the wrenching finish that featured Buffy having to kill her love just as he was cured of his evilness.</p><h2><strong>1. "The Body" (Season 5, Episode 16)</strong></h2><img class="article-image-full-size" data-src="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_qmmz.jpg" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'%3E%3C/svg%3E" title="undefined"/><p>In a "very special episode"-styled installment, Joss Whedon drew upon some of his own life experiences for the superb, soul-crushing "The Body," in which Buffy experienced a tragedy of non-supernatural origins. Buffy and her team had experienced death in many ways before, but nothing this random or unpredictable. In other words, nothing this <i>real.</i> "The Body" may be somewhat of an outlier in the Buffy-verse in terms of overall style and tone, but its attempt to capture the shocking and un-romantic nature of mortality was riveting. </p><hr/><p><i>What's your favorite Buffy episode? Vote in our poll and comment below!</i></p><p><i>Note: This list was udpated on Feb. 19, 2025, and expanded to 15 episodes. It originally was published way back in 2017.</i></p><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_j5zr.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_tmph.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_1qae.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_bcbf.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_c7zn.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_bjy3.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_1raj.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_4ue7.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_jehb.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_jura.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_qn8j.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_snuk.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_zq89.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_rqsg.jpg" itemprop="url"/><link href="https://sm.ign.com/ign_nordic/photo/t/the-top-10/the-top-10-buffy-the-vampire-slayer-episodes_qmmz.jpg" itemprop="url"/> <div class="recirc-title pos2"><span>Related reads:</span><a href="https://nordic.ign.com/buffy-the-vampire-slayer/90987/news/buffy-the-vampire-slayer-reboot-reportedly-in-the-works-with-sarah-michelle-gellar-returning" class="recirc_odd"><span>Buffy the Vampire Slayer Reboot Reportedly In the Works With Sarah Michelle Gellar Returning</span><svg class="icon-top-right-arrow" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" stroke-width="2"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m19.961 5.397 10.04 10.039-10.04 10.038M2.394 15.436h26.351" transform="rotate(-45, 16, 16)"></path></svg></a></div> </div> </article> <div class="right-rail"> <div class="affiliation-disclaimer">When you buy something from this article, IGN Nordic might get a part of the revenue. </div> <div class="ad-wrapper pgQSsticky"> <div class="desktopArticleAds mrec1"><div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec1" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73025"}, "appnexus": {"placementId": "29257707"}, "improvedigital": {"placementId": "22943593"}, "triplelift": {"inventoryCode": "Refinery89_RON_Desktop_300x600_ATF"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790300", "position": "atf"}, "sharethrough": {"pkey": "ZhqNfeRLsaOuMhiCu9INjObB"}}"></div></div> </div> </div> </section> </div> <div class="primary-object"> <div class="page-content ign-recommends-headline">In This Article</div> <section class="object-summary embed"> <div class="object-info page-content"> <div class="object-thumbnail mini"> <img class="image-blur" src="https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.128.jpg" srcset="https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.128.jpg, https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.256.jpg 2x, https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.512.jpg 4x"" title="Buffy the Vampire Slayer"> <img class="img-obj" src="https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.128.jpg" srcset="https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.128.jpg, https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.256.jpg 2x, https://sm.ign.com/t/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.512.jpg 4x"" title="Buffy the Vampire Slayer"> </div> <div class="object-details"> <div class="meta"> <h2 class="object-title"><a title="Buffy the Vampire Slayer" class="evidence opt-internal" href="https://nordic.ign.com/buffy-the-vampire-slayer">Buffy the Vampire Slayer</a></h2> <span class="datetime txt">Jan. 21, 2003</span> </div> <div class="platformdivider"> </div> </div> </div> </section> </div> <div class="page-content"> <div class="three-column"> <div class="bottom-content"> <div id="article_video_bottom"> <div id="video-player" style="position: relative"> <div class="vplayer"><iframe src="https://nordic.ign.com/pokemon-sword/20558/video/embed" id="video20558" data-model="video" data-pk="20558" class="vplayer" allowfullscreen="true" width="None" height="None"></iframe></div> <a href = "https://nordic.ign.com/pokemon-sword/20558/video/ign-live-explore-final-fantasy-vii-remake-together-with-us"> <div class="cta_shown"> <div class="cta-button"> <div class="cta-icon"> <svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" height="18" width="18"><path d="M9 0C7.21997 0 5.47991 0.527841 3.99987 1.51677C2.51983 2.50571 1.36628 3.91131 0.685088 5.55585C0.00389955 7.20038 -0.17433 9.00998 0.172936 10.7558C0.520203 12.5016 1.37737 14.1053 2.63604 15.364C3.89471 16.6226 5.49836 17.4798 7.24419 17.8271C8.99002 18.1743 10.7996 17.9961 12.4442 17.3149C14.0887 16.6337 15.4943 15.4802 16.4832 14.0001C17.4722 12.5201 18 10.78 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948211 11.387 0 9 0ZM13.8086 9.56571L6.73715 13.4229C6.63942 13.4793 6.52856 13.509 6.41572 13.509C6.30287 13.509 6.19202 13.4793 6.09429 13.4229C5.99762 13.3641 5.91818 13.2808 5.864 13.1815C5.80982 13.0821 5.78282 12.9703 5.78572 12.8571V5.14286C5.78574 5.03129 5.81479 4.92166 5.87002 4.82472C5.92525 4.72779 6.00475 4.6469 6.10072 4.59C6.19844 4.53358 6.3093 4.50387 6.42215 4.50387C6.53499 4.50387 6.64585 4.53358 6.74357 4.59L13.815 8.44714C13.9171 8.50222 14.0023 8.58389 14.0617 8.68348C14.1211 8.78307 14.1525 8.89688 14.1525 9.01286C14.1525 9.12883 14.1211 9.24264 14.0617 9.34223C14.0023 9.44182 13.9171 9.52349 13.815 9.57857L13.8086 9.56571Z" fill="white"></path></svg> </div> <div class="cta-button__text">Come Play Mortal Kombat 1 With Us!</div> </div> </div> </a> </div> </div> <div class="block"></div> <div class="disqus" id="disqus"> <h5 class="blocktitle">Comments</h5> <div id="disqus_thread"></div> <script type="text/javascript"> function disqus_config() { var getCookieValue = function(a, b) { b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; } this.language = "en"; this.sso = { name: "IGN", url: "https://www.ign.com/sign-in?mobile_fallback=1&redirect="+encodeURIComponent("https://nordic.ign.com/myign.iframe"), logout: "/myignlogout.sync?redirect="+encodeURIComponent(window.location.href.toString().split("?")[0]), button: "https://oystatic.ignimgs.com/src/core/img/widgets/disqus/ign-sso-button.png" }; this.page.remote_auth_s3 = getCookieValue("dsqSSO"); if (!this.page.remote_auth_s3) { this.page.remote_auth_s3 = "b'KHt9KQ==' 6c1ec8ad04aa8b89ae2051e094d5286fae5a012e 1740145200"; } this.page.api_key = "o3Y4oGq4ug3ODe9L3WLewWxe4vEbpJpVUnai4E473qdFiUA3USX6te17hMPACady"; /* this.callbacks.onNewComment.push(function (comment) { ga_comment(comment); }); */ } var disqus_shortname = 'ign-nordic'; var disqus_identifier = 'article_91311'; var disqus_url = 'https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes'; var disqus_title = 'The 15 Best Buffy the Vampire Slayer Episodes'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function(){ var _loadDisqus = function() { if (!disqus_shortname){return} var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); }; if (!window.IntersectionObserver) { return _loadDisqus(); } var lazyDsqObserver = new IntersectionObserver(function(entries, observer) { var entry = entries[0]; if (entry.isIntersecting || entry.isVisible) { _loadDisqus(); lazyDsqObserver.unobserve(entry.target); } },{ rootMargin: '500px', threshold: 0 }); lazyDsqObserver.observe(document.getElementById('disqus_thread')); })(); </script> <noscript>Please enable JavaScript to view the comments.</noscript> </div> </div> <div class="right-rail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec2" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73026"}, "appnexus": {"placementId": "29257708"}, "improvedigital": {"placementId": "22943594"}, "triplelift": {"inventoryCode": "Refinery89_RON_Desktop_300x600_BTF"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790302", "position": "btf"}, "sharethrough": {"pkey": "NvcvIe8eSQaJgWA62iVAM1JN"}}"></div> </div> <div class="ad-wrapper pgQSsticky"> </div> </div> </div> </div> </div> <div id="sidebar"></div> <div class="zad footer" data-zadtype="footer" data-suffix="footer" data-sticky="true" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73031"}, "appnexus": {"placementId": "29257721"}, "improvedigital": {"placementId": "22943603"}, "triplelift": {"inventoryCode": "Refinery89_RON_Mobile-300x250-Low"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790320", "position": "btf"}, "sharethrough": {"pkey": "yHDahe2AFccREsl5zJdXQ1ZD"}}"></div> <div id="adsense" style="visibility: hidden">Ad</div> <footer id="footer" class="limitedScroll"> <div id="footerMain" class="wrap"> <div class="legal"> <a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a> <span class="licensee wrap">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span> </div> </div> </footer> </div> </div> <section id="js"> <script type="text/javascript" src="https://pg.ignimgs.com/pogoadkit.js" async></script> <script>var zad = zad || {'cmd': []}; zad.cmd.push(function() { window.zad.start(); })</script> <script> function send_recirc_event() { var recirc_exists = ['.full-injected-recirc','.floatrecirc', '.recircblock','.recirc-title'] var run_event = false for (let i = 0; i < recirc_exists.length; i++) { if (document.querySelector(recirc_exists[i])) { run_event = true break; } } if (run_event) { window.gtag('event', 'ICMS Recirc', { 'send_to': 'G-Y9QCVCEGQ3', 'icms_recirc_group' : '1', }) } else { if (document.querySelector('.ign-recommends-item')) { window.gtag('event', 'ICMS Recirc', { 'send_to': 'G-Y9QCVCEGQ3', 'icms_recirc_group' : '2', }) } } } window.onload = setTimeout(send_recirc_event,0); function img_find() { let page_content = document.querySelector('#id_text') var imgs = page_content.querySelectorAll("img"); var imgSrcs = []; var obj = new Object(); obj.title = "The 15 Best Buffy the Vampire Slayer Episodes" obj.elements = [] for (var i = 0; i < imgs.length; i++) { caption = '' imgs[i].dataset.position = i if (imgs[i].closest('figure')) { let figcaption = imgs[i].closest('figure').querySelector('figcaption') if (figcaption) { caption = figcaption.innerHTML } else { caption = imgs[i].alt } } if (imgs[i].dataset.src) { src = imgs[i].dataset.src } else if (imgs[i].src) { src = imgs[i].src } obj.elements.push({'src': src, 'caption': caption}); } return obj } initUgwArticle = function() { const ugwArticle = new UGW( { 'invoker': '#id_text img', 'json':img_find(), translation: { 'images': 'images', 'of': 'OF', 'fullscreen': 'Fullscreen' } } ) } ICMS.libs.push({ 'url': '/s/js/universal_gallery_widget.js?612', 'onPageReady': initUgwArticle }); </script> <script type="application/ld+json">{"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{"@type": "ListItem", "position": 1, "item": {"@id": "https://nordic.ign.com/feature/", "name": "Feature"}}, {"@type": "ListItem", "position": 2, "item": {"@id": "https://nordic.ign.com/buffy-the-vampire-slayer", "name": "Buffy the Vampire Slayer"}}]}</script><script type="application/ld+json">{"@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": {"@type": "WebPage", "@id": "https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes"}, "headline": "The 15 Best Buffy the Vampire Slayer Episodes", "image": [{"@type": "ImageObject", "url": "https://sm.ign.com/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_3qg2.jpg", "width": 1920, "height": 1080, "caption": "The 15 Best Buffy the Vampire Slayer Episodes"}], "description": "With a Hulu revival on the way, we look at the best of Buffy.", "datePublished": "2025-02-19 18:30:40+00:00", "inLanguage": "en-se", "about": {"@context": "https://schema.org", "@type": "Episode", "name": "Buffy the Vampire Slayer", "description": "In every generation there is a Chosen One. She alone will stand against the vampires, the demons, and the forces of darkness. She is the Slayer.", "image": {"@type": "ImageObject", "url": "https://sm.ign.com/ign_nordic/cover/b/buffy-the-/buffy-the-vampire-slayer_t8kr.jpg", "width": 260, "height": 400, "caption": "Buffy the Vampire Slayer"}}, "publisher": {"@type": "Organization", "name": "IGN Nordic", "url": "https://nordic.ign.com", "logo": {"@type": "ImageObject", "url": "https://nordic.ign.com/s/ign/ign_logo_micro.png", "width": 245, "height": 60}}, "author": [{"@type": "Person", "name": "Matt Fowler", "jobTitle": "author", "image": "http://oyster.ignimgs.com/social/avatars/users/111418740.jpg", "url": "https://nordic.ign.com/u/mattfowler"}], "dateModified": "2025-02-19 18:30:40+00:00"}</script> </section> </body> </html>