Update Rules

Also fix stack display and removed unnecessary code (border for card is
targetted/targetter since we used forcedborder in actionstack). Also
fixed some cards
This commit is contained in:
Anthony Calosa
2017-03-12 10:53:39 +08:00
parent 54f0cd7864
commit 4ed44c638f
13 changed files with 39 additions and 99 deletions

View File

@@ -652,8 +652,6 @@ void GameObserver::gameStateBasedEffects()
{
for (int c = zone->nb_cards - 1; c >= 0; c--)
{
zone->cards[c]->cardistargetted = 0;
zone->cards[c]->cardistargetter = 0;
zone->cards[c]->forcedBorderA = 0;
zone->cards[c]->forcedBorderB = 0;
}