mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Fixed Images
This commit is contained in:
parent
3e573e6eb5
commit
9662e64019
2 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ public enum GrabbagImageSource implements CardImageSource {
|
|||
singleLinks.put("SWS/Mountain-c", "wqXTdsC.jpg");
|
||||
singleLinks.put("SWS/Mountain-d", "9oBNCHk.jpg");
|
||||
singleLinks.put("SWS/N-1 Starfighter", "UH3qd7x.jpg");
|
||||
singleLinks.put("SWS/Nebulon-B Frigate", "IwEpVkz.jpg");
|
||||
singleLinks.put("SWS/Nebulon-B Frigate", "F0yIR08.jpg");
|
||||
singleLinks.put("SWS/Neophyte Hateflayer", "Has2AIW.jpg");
|
||||
singleLinks.put("SWS/Nerf Herder", "VUX0LHV.jpg");
|
||||
singleLinks.put("SWS/Nexu Stalker", "E1xxHe1.jpg");
|
||||
|
@ -522,7 +522,7 @@ public enum GrabbagImageSource implements CardImageSource {
|
|||
if (!httpImageUrl.startsWith("/MTG")) {
|
||||
try {
|
||||
TimeUnit.SECONDS.sleep(2);
|
||||
} catch (InterruptedException ex) {
|
||||
} catch (InterruptedException ignored) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -356,7 +356,7 @@ public final class StarWars extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Swamp", "260b", Rarity.LAND, mage.cards.basiclands.Swamp.class, new CardGraphicInfo(FrameStyle.ZEN_FULL_ART_BASIC, true)));
|
||||
cards.add(new SetCardInfo("Swamp", "260c", Rarity.LAND, mage.cards.basiclands.Swamp.class, new CardGraphicInfo(FrameStyle.ZEN_FULL_ART_BASIC, true)));
|
||||
cards.add(new SetCardInfo("Swamp", "260d", Rarity.LAND, mage.cards.basiclands.Swamp.class, new CardGraphicInfo(FrameStyle.ZEN_FULL_ART_BASIC, true)));
|
||||
cards.add(new SetCardInfo("Swamp", 734, Rarity.LAND, mage.cards.basiclands.Swamp.class, new CardGraphicInfo(FrameStyle.ZEN_FULL_ART_BASIC, true)));
|
||||
cards.add(new SetCardInfo("Swamp", "734e", Rarity.LAND, mage.cards.basiclands.Swamp.class, new CardGraphicInfo(FrameStyle.ZEN_FULL_ART_BASIC, true)));
|
||||
cards.add(new SetCardInfo("Swarm the Skies", 92, Rarity.COMMON, mage.cards.s.SwarmTheSkies.class));
|
||||
cards.add(new SetCardInfo("Syndicate Enforcer", 124, Rarity.COMMON, mage.cards.s.SyndicateEnforcerSWS.class));
|
||||
cards.add(new SetCardInfo("Tank Droid", 218, Rarity.RARE, mage.cards.t.TankDroid.class));
|
||||
|
|
Loading…
Reference in a new issue