Merge origin/master

This commit is contained in:
LevelX2 2015-10-12 23:11:00 +02:00
commit b22ee6a5ad
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ import mage.target.common.TargetControlledPermanent;
* 702.77b If a spell has multiple instances of conspire, each is paid separately and triggers
* based on its own payment, not any other instance of conspire. *
*
* @author jeffwadsworth heavily based off the replicate keyword by LevelX
* @author LevelX
*/
public class ConspireAbility extends StaticAbility implements OptionalAdditionalSourceCosts {

View file

@ -34,8 +34,8 @@ import mage.game.events.GameEvent.EventType;
import mage.watchers.Watcher;
/**
* The wachter checks if a specific phase event has already happened during the
* current turn. If not it returns false, otheriwsed true.
* The watcher checks if a specific phase event has already happened during the
* current turn. If not it returns false, otherwise true.
*
* @author LevelX2
*/