mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
address other comments
This commit is contained in:
parent
32bf3eb9bf
commit
ab99cfe1fd
4 changed files with 8 additions and 75 deletions
|
|
@ -7,7 +7,6 @@ public class DamagedBatchForOnePlayerEvent extends BatchEvent<DamagedPlayerEvent
|
|||
|
||||
public DamagedBatchForOnePlayerEvent(DamagedPlayerEvent firstEvent) {
|
||||
super(EventType.DAMAGED_BATCH_FOR_ONE_PLAYER, true, false, false, firstEvent);
|
||||
// TODO: rework to support singlePlayerId = true
|
||||
}
|
||||
|
||||
public boolean isCombatDamage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue