Fixed grammatical then/than error.

This commit is contained in:
Bjørn Snoen
2013-12-18 05:50:30 +01:00
parent b180c3d1a7
commit 8eb664f93d
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ int MTGEventBonus::receiveEvent(WEvent * event)
}
//////bonus for having a LOT of specific type.
//not else'd becuase it is possible for a card to contain
//more then one of the types, and for more then one to trigger.
//more than one of the types, and for more than one to trigger.
if(e->card->hasType(Subtypes::TYPE_ARTIFACT))
toys[currentPlayer->getId()]++;
if(e->card->isCreature())