mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Adding alias for Nemesis
This commit is contained in:
		
							parent
							
								
									62d686615b
								
							
						
					
					
						commit
						8d1d03c539
					
				@ -1,4 +1,4 @@
 | 
			
		||||
# Keyrune v2.2.0
 | 
			
		||||
# Keyrune v2.2.1
 | 
			
		||||
 | 
			
		||||
## The Magic: the Gathering set symbol font!
 | 
			
		||||
 | 
			
		||||
@ -38,6 +38,7 @@ Attribution is **greatly appreciated** but not required!
 | 
			
		||||
 | 
			
		||||
## Changelog
 | 
			
		||||
 | 
			
		||||
* v2.2.1 - Adding alias for Nemesis
 | 
			
		||||
* v2.2.0 - Duel Deck: Mind vs. Might added thanks to @csuhta
 | 
			
		||||
* v2.1.6 - Foil rarity added; corrected Kaladesh Inventions code to mps (mp1 alias remains)
 | 
			
		||||
* v2.1.5 - FTV: Vaults icon added (April Fools 2009 set); Archenemy: Nicol Bolas is now the same exact glyph as Archenemy
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "keyrune",
 | 
			
		||||
    "homepage": "http://andrewgioia.github.io/Keyrune",
 | 
			
		||||
    "version": "2.2.0",
 | 
			
		||||
    "version": "2.2.1",
 | 
			
		||||
    "authors": [
 | 
			
		||||
        "Andrew Gioia <andrewgioia@gmail.com>"
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
@ -264,7 +264,8 @@
 | 
			
		||||
.ss-mmq:before {
 | 
			
		||||
  content: "\e625";
 | 
			
		||||
}
 | 
			
		||||
.ss-nms:before {
 | 
			
		||||
.ss-nms:before,
 | 
			
		||||
.ss-nem:before {
 | 
			
		||||
  content: "\e626";
 | 
			
		||||
}
 | 
			
		||||
.ss-pcy:before {
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										806
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										806
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -51,7 +51,8 @@
 | 
			
		||||
.@{ss-prefix}-uds:before { content: "\e624"; } // Urza's Destiny
 | 
			
		||||
/* Mercadian Block */
 | 
			
		||||
.@{ss-prefix}-mmq:before { content: "\e625"; } // Mercadian Masque
 | 
			
		||||
.@{ss-prefix}-nms:before { content: "\e626"; } // Nemesis
 | 
			
		||||
.@{ss-prefix}-nms:before,
 | 
			
		||||
.@{ss-prefix}-nem:before { content: "\e626"; } // Nemesis
 | 
			
		||||
.@{ss-prefix}-pcy:before { content: "\e627"; } // Prophecy
 | 
			
		||||
/* Invasion Block */
 | 
			
		||||
.@{ss-prefix}-inv:before { content: "\e628"; } // Invasion
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "keyrune",
 | 
			
		||||
  "description": "Keyrune",
 | 
			
		||||
  "version": "2.2.0",
 | 
			
		||||
  "version": "2.2.1",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "name": "Andrew Gioia",
 | 
			
		||||
    "email": "andrewgioia@gmail.com",
 | 
			
		||||
 | 
			
		||||
@ -111,6 +111,7 @@ $mtg_setlist: (
 | 
			
		||||
  ("Urza's Destiny", 'uds', "\e624"),
 | 
			
		||||
  // Mercadian block
 | 
			
		||||
  ("Mercadian Masque", 'mmq', "\e625"),
 | 
			
		||||
  ("Nemesis", 'nem', "\e626"),
 | 
			
		||||
  ("Nemesis", 'nms', "\e626"),
 | 
			
		||||
  ("Prophecy", 'pcy', "\e627"),
 | 
			
		||||
  // Invasion block
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user