Minor changes.

This commit is contained in:
LevelX2 2014-08-18 23:54:33 +02:00
parent b54785688d
commit 9219d79b25
2 changed files with 10 additions and 6 deletions

View file

@ -601,7 +601,7 @@ public class ContinuousEffects implements Serializable {
* @param event
* @param targetAbility ability the event is attached to. can be null.
* @param game
* @param checkPlayableMode true if the event does not really happen but it#s checked if the event would be replaced
* @param checkPlayableMode true if the event does not really happen but it's checked if the event would be replaced
* @return
*/
public boolean preventedByRuleModification(GameEvent event, Ability targetAbility, Game game, boolean checkPlayableMode) {