* Steel Hellkite - Fixed that the activated ability of a Steel Hellkite copied with Phantasmal Image did not work.

This commit is contained in:
LevelX2 2014-08-05 14:48:36 +02:00
parent 84c97f9419
commit 792e23a0b0
3 changed files with 58 additions and 59 deletions

View file

@ -44,7 +44,7 @@ import mage.watchers.Watcher;
*/
public class PlayerDamagedBySourceWatcher extends Watcher {
private Set<String> damageSourceIds = new HashSet<String>();
private final Set<String> damageSourceIds = new HashSet<>();
public PlayerDamagedBySourceWatcher(UUID playerId) {
super("PlayerDamagedBySource", WatcherScope.PLAYER);