mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Fixes NNC to NCC
This commit is contained in:
		
							parent
							
								
									2f215e9307
								
							
						
					
					
						commit
						c73092bf3e
					
				@ -83,10 +83,10 @@
 | 
			
		||||
.ss-duo.ss-mid::after {
 | 
			
		||||
  content: "\e979";
 | 
			
		||||
}
 | 
			
		||||
.ss-duo.ss-nnc::before {
 | 
			
		||||
.ss-duo.ss-ncc::before {
 | 
			
		||||
  content: "\e98f";
 | 
			
		||||
}
 | 
			
		||||
.ss-duo.ss-nnc::after {
 | 
			
		||||
.ss-duo.ss-ncc::after {
 | 
			
		||||
  content: "\e990";
 | 
			
		||||
}
 | 
			
		||||
.ss-duo.ss-common:after {
 | 
			
		||||
 | 
			
		||||
@ -226,7 +226,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-nec <code>&#xe98d;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-neo <code>&#xe98c;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-nms <code>&#xe626;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-nnc <code>&#xe98e;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-ncc <code>&#xe98e;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-nph <code>&#xe649;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-ody <code>&#xe62b;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-ogw <code>&#xe901;</code></span>
 | 
			
		||||
@ -374,8 +374,8 @@
 | 
			
		||||
                    <span class="utf"><i></i> cc2 border <code>&#xe988;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> j21 border <code>&#xe984;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> mid border <code>&#xe979;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> nnc inner color <code>&#xe98f;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> nnc inner wing <code>&#xe990;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ncc inner color <code>&#xe98f;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ncc inner wing <code>&#xe990;</code></span>
 | 
			
		||||
                    <div class="clear"></div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
 | 
			
		||||
@ -523,8 +523,8 @@
 | 
			
		||||
                    <div class="icon" id="nec" name="Kamigawa: Neon Dynasty: Commander" data-name="Kamigawa: Neon Dynasty: Commander" data-class="nec" data-unicode="e98d" data-added="v3.9.1">
 | 
			
		||||
                        <span class="name"><i class="ss ss-nec"></i> Kamigawa Commander <em>(nec)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="nnc" name="Streets of New Capenna: Commander" data-name="Streets of New Capenna: Commander" data-class="nnc" data-unicode="e98e" data-added="v3.9.2" data-duo="true">
 | 
			
		||||
                        <span class="name"><i class="ss ss-nnc ss-common"></i> Streets of New Capenna Commander <em>(nnc)</em></span>
 | 
			
		||||
                    <div class="icon" id="ncc" name="Streets of New Capenna: Commander" data-name="Streets of New Capenna: Commander" data-class="ncc" data-unicode="e98e" data-added="v3.9.2" data-duo="true">
 | 
			
		||||
                        <span class="name"><i class="ss ss-ncc ss-common"></i> Streets of New Capenna Commander <em>(ncc)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="clb" name="Commander Legends: Battle for Baldur's Gate" data-name="Commander Legends: Battle for Baldur's Gate" data-class="clb" data-unicode="e991" data-added="v3.9.2" data-duo="true">
 | 
			
		||||
                        <span class="name"><i class="ss ss-clb ss-duo ss-common"></i> Commander Legends: Battle for Baldur's Gate <em>(clb)</em></span>
 | 
			
		||||
 | 
			
		||||
@ -60,7 +60,7 @@
 | 
			
		||||
 | 
			
		||||
    // Streets of New Capenna: Commander
 | 
			
		||||
    // uses 2 separate glyphs to construct this
 | 
			
		||||
    &.@{ss-prefix}-nnc {
 | 
			
		||||
    &.@{ss-prefix}-ncc {
 | 
			
		||||
        &::before {
 | 
			
		||||
            content: "\e98f";
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
@ -203,7 +203,7 @@
 | 
			
		||||
.@{ss-prefix}-voc:before { content: "\e986"; } // Crimson Vow Commander
 | 
			
		||||
.@{ss-prefix}-cc2:before { content: "\e987"; } // Commander Collection: Black (inner)
 | 
			
		||||
.@{ss-prefix}-nec:before { content: "\e98d"; } // Kamigawa: Neon Dynasty Commander
 | 
			
		||||
.@{ss-prefix}-nnc:before { content: "\e98e"; } // Streets of New Capenna Commander
 | 
			
		||||
.@{ss-prefix}-ncc:before { content: "\e98e"; } // Streets of New Capenna Commander
 | 
			
		||||
.@{ss-prefix}-clb:before { content: "\e991"; } // Commander Legends: Battle for Baldur's Gate
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 | 
			
		||||
@ -74,7 +74,7 @@
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // manual corrections
 | 
			
		||||
    &.#{$keyrune_prefix}-nnc::before {
 | 
			
		||||
    &.#{$keyrune_prefix}-ncc::before {
 | 
			
		||||
        content: "\e98f";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -59,7 +59,7 @@ $dual-layered: (
 | 
			
		||||
    'cc2': '\e988',
 | 
			
		||||
    'j21': '\e984',
 | 
			
		||||
    'mid': '\e979',
 | 
			
		||||
    'nnc': '\e990'
 | 
			
		||||
    'ncc': '\e990'
 | 
			
		||||
) !default;
 | 
			
		||||
 | 
			
		||||
// sets
 | 
			
		||||
@ -261,7 +261,7 @@ $keyrune_sets: (
 | 
			
		||||
    ("Innistrad: Crimson Vow Commander", "voc", "\e986"),
 | 
			
		||||
    ("Commander Collection: Black", "cc2", "\e987"),
 | 
			
		||||
    ("Kamigawa: Neon Dynasty Commander", "nec", "\e98d"),
 | 
			
		||||
    ("Streets of New Capenna Commander", "nnc", "\e98e"),
 | 
			
		||||
    ("Streets of New Capenna Commander", "ncc", "\e98e"),
 | 
			
		||||
    ("Commander Legends: Battle for Baldur's Gate", "clb", "\e991"),
 | 
			
		||||
    //
 | 
			
		||||
    // Reprint sets
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user