Fixes NNC to NCC

This commit is contained in:
Andrew Gioia 2022-05-13 10:01:10 -04:00
parent 2f215e9307
commit c73092bf3e
7 changed files with 14 additions and 14 deletions

View File

@ -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 {
@ -1232,4 +1232,4 @@
}
.ss-border.ss-c15:after {
content: "\e900";
}
}

View File

@ -226,7 +226,7 @@
<span class="utf"><i>&#xe98d;</i> ss-nec <code>&amp;#xe98d;</code></span>
<span class="utf"><i>&#xe98c;</i> ss-neo <code>&amp;#xe98c;</code></span>
<span class="utf"><i>&#xe626;</i> ss-nms <code>&amp;#xe626;</code></span>
<span class="utf"><i>&#xe98e;</i> ss-nnc <code>&amp;#xe98e;</code></span>
<span class="utf"><i>&#xe98e;</i> ss-ncc <code>&amp;#xe98e;</code></span>
<span class="utf"><i>&#xe649;</i> ss-nph <code>&amp;#xe649;</code></span>
<span class="utf"><i>&#xe62b;</i> ss-ody <code>&amp;#xe62b;</code></span>
<span class="utf"><i>&#xe901;</i> ss-ogw <code>&amp;#xe901;</code></span>
@ -374,8 +374,8 @@
<span class="utf"><i>&#xe988;</i> cc2 border <code>&amp;#xe988;</code></span>
<span class="utf"><i>&#xe984;</i> j21 border <code>&amp;#xe984;</code></span>
<span class="utf"><i>&#xe979;</i> mid border <code>&amp;#xe979;</code></span>
<span class="utf"><i>&#xe98f;</i> nnc inner color <code>&amp;#xe98f;</code></span>
<span class="utf"><i>&#xe990;</i> nnc inner wing <code>&amp;#xe990;</code></span>
<span class="utf"><i>&#xe98f;</i> ncc inner color <code>&amp;#xe98f;</code></span>
<span class="utf"><i>&#xe990;</i> ncc inner wing <code>&amp;#xe990;</code></span>
<div class="clear"></div>
</div>
</section>

View File

@ -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>

View File

@ -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";
}

View File

@ -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
/**

View File

@ -74,7 +74,7 @@
}
// manual corrections
&.#{$keyrune_prefix}-nnc::before {
&.#{$keyrune_prefix}-ncc::before {
content: "\e98f";
}

View File

@ -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
@ -442,4 +442,4 @@ $keyrune_sets: (
// display glyph correctly
@function ss-content($glyph) {
@return unquote("\"#{$glyph}\"");
}
}