Changed a lot of cards to use ENTERS_THE_BATTLEFIELD event instead of ZONE_CHANGE event.

This commit is contained in:
LevelX2 2013-02-17 01:14:42 +01:00
parent 50bb73fa08
commit 01a3660cf2
53 changed files with 358 additions and 935 deletions

View file

@ -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) {