mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Changed a lot of cards to use ENTERS_THE_BATTLEFIELD event instead of ZONE_CHANGE event.
This commit is contained in:
parent
50bb73fa08
commit
01a3660cf2
53 changed files with 358 additions and 935 deletions
|
|
@ -57,7 +57,7 @@ public class ZoneChangeEvent extends GameEvent {
|
|||
this.target = target;
|
||||
if (appliedEffects != null) {
|
||||
this.appliedEffects = appliedEffects;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
public ZoneChangeEvent(UUID targetId, UUID sourceId, UUID playerId, Zone fromZone, Zone toZone) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue