fix for emblems not sticking, and phasealter not testDestroying.

This commit is contained in:
omegablast2002@yahoo.com
2012-05-02 12:58:39 +00:00
parent ec7a8d219f
commit e67e2e669c
3 changed files with 5 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ void Rules::addExtraRules(GameObserver* g)
//Trick so that the abilities don't die;
g->ExtraRules[i].currentZone = p->game->inPlay;
g->ExtraRules[i].lastController = p;
g->ExtraRules[i].owner = p;
for (size_t j = 0; j < initState.playerData[i].extraRules.size(); ++j)
{
AbilityFactory af(g);