mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
* Steel Hellkite - Fixed that the activated ability of a Steel Hellkite copied with Phantasmal Image did not work.
This commit is contained in:
parent
84c97f9419
commit
792e23a0b0
3 changed files with 58 additions and 59 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue