Skip to content

Commit

Permalink
remove adding known entites for Entomb and Malorne
Browse files Browse the repository at this point in the history
the original entites are moved for these cards
  • Loading branch information
Alexander Zeier committed Dec 8, 2015
1 parent 20d89f3 commit 9123c84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Hearthstone Deck Tracker/LogReader/Handlers/PowerHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ public void Handle(string logLine, IHsGameState gameState, IGame game)
AddKnownCardId(gameState, game, game.Entities[gameState.LastCardPlayed].CardId);
AddKnownCardId(gameState, game, CardIds.NonCollectible.Neutral.GallywixsCoinToken);
break;
case CardIds.Collectible.Druid.Malorne:
AddKnownCardId(gameState, game, CardIds.Collectible.Druid.Malorne);
break;
}
}
else //POWER
Expand Down Expand Up @@ -251,9 +248,6 @@ public void Handle(string logLine, IHsGameState gameState, IGame game)
case CardIds.Collectible.Neutral.AncientShade:
AddKnownCardId(gameState, game, CardIds.NonCollectible.Neutral.AncientCurseToken);
break;
case CardIds.Collectible.Priest.Entomb:
AddTargetAsKnownCardId(gameState, game, match);
break;
case CardIds.Collectible.Priest.ExcavatedEvil:
AddKnownCardId(gameState, game, CardIds.Collectible.Priest.ExcavatedEvil);
break;
Expand Down

0 comments on commit 9123c84

Please sign in to comment.