From 9862add338fe53cd2163741b72c320b5af18d806 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 3 Jul 2017 01:31:13 +0200 Subject: [PATCH] not only fix type, but also types --- cards_corrections | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cards_corrections b/cards_corrections index 43073a4e..0816bf8d 100644 --- a/cards_corrections +++ b/cards_corrections @@ -12,6 +12,8 @@ // // List of Keys: // +// Hints: +// If you fix a card "type", it's important to fix card "types" (only found in json file) as well! { "Angel of the God-Pharoh": { @@ -82,7 +84,10 @@ "text": "{1}{W}: Target attacking Zombie gains lifelink until end of turn.\n\n{1}{B}: Target attacking Zombie gains deathtouch until end of turn." }, "Feral Prowler": { - "type": "Creature - Cat" + "type": "Creature - Cat", + "types":[ + "Creature" + ] }, "Visage of Bolas": { "text": "When Visage of Bolas enters the battlefield, you may search your library and/or graveyard for a card named Nicol Bolas, the Deceiver, reveal it, and put it into your hand. If you search your library this way, shuffle it.\n{T}: Add {U}, {B}, or {R} to your mana pool."