forked from External/mage
clean all usage of GameEvent::setSourceId
This commit is contained in:
parent
8771d9b7f5
commit
868cd4d8fd
40 changed files with 114 additions and 100 deletions
|
|
@ -6,6 +6,6 @@ package mage.game.events;
|
|||
public class DamagedBatchForPermanentsEvent extends BatchEvent<DamagedPermanentEvent> {
|
||||
|
||||
public DamagedBatchForPermanentsEvent(DamagedPermanentEvent firstEvent) {
|
||||
super(EventType.DAMAGED_BATCH_FOR_PERMANENTS, false, firstEvent);
|
||||
super(EventType.DAMAGED_BATCH_FOR_PERMANENTS, false, false, firstEvent);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue