mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
- Simple text fixes.
This commit is contained in:
parent
fd7bf5d790
commit
3076ebd5ad
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue