mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Some subtype corrections.
This commit is contained in:
@@ -172,7 +172,7 @@ public final class CardUtil {
|
|||||||
.put("Jackals", "Jackal")
|
.put("Jackals", "Jackal")
|
||||||
.put("Jellyfishes", "Jellyfish")
|
.put("Jellyfishes", "Jellyfish")
|
||||||
.put("Juggernauts", "Juggernaut")
|
.put("Juggernauts", "Juggernaut")
|
||||||
.put("Kavus", "Kavu")
|
.put("Kavu", "Kavu")
|
||||||
.put("Kirins", "Kirin")
|
.put("Kirins", "Kirin")
|
||||||
.put("Kithkins", "Kithkin")
|
.put("Kithkins", "Kithkin")
|
||||||
.put("Knights", "Knight")
|
.put("Knights", "Knight")
|
||||||
@@ -209,8 +209,8 @@ public final class CardUtil {
|
|||||||
.put("Nightstalkers", "Nightstalker")
|
.put("Nightstalkers", "Nightstalker")
|
||||||
.put("Ninjas", "Ninja")
|
.put("Ninjas", "Ninja")
|
||||||
.put("Noggles", "Noggle")
|
.put("Noggles", "Noggle")
|
||||||
.put("Nomads,", "Nomad,")
|
.put("Nomads", "Nomad")
|
||||||
.put("Nymphs,", "Nymph,")
|
.put("Nymphs", "Nymph")
|
||||||
.put("Octopi", "Octopus")
|
.put("Octopi", "Octopus")
|
||||||
.put("Ogres", "Ogre")
|
.put("Ogres", "Ogre")
|
||||||
.put("Oozes", "Ooze")
|
.put("Oozes", "Ooze")
|
||||||
|
|||||||
Reference in New Issue
Block a user