mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[SWS] Fixed a bug of the watcher used for the hate ability.
This commit is contained in:
parent
54d5599e06
commit
a47aa158f0
3 changed files with 7 additions and 9 deletions
|
|
@ -50,6 +50,7 @@ public class LifeLossOtherFromCombatWatcher extends Watcher {
|
|||
|
||||
public LifeLossOtherFromCombatWatcher(final LifeLossOtherFromCombatWatcher watcher) {
|
||||
super(watcher);
|
||||
this.players.addAll(watcher.players);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue