magenoxx
|
18fd84d7f3
|
Fixed Vampire Lacerator ability message.
|
2011-05-20 21:23:18 +04:00 |
|
magenoxx
|
267ae4f559
|
Awesome bug fix (3h of debuging): 1. ReboundEffect was copied by Ascension. 2. Copied spells moved original spell to grave that caused later wrong changeZone event with from=GRAVEYARD to=GRAVEYARD instead of from=STACK to=GRAVEYARD.
|
2011-05-20 21:02:29 +04:00 |
|
BetaSteward
|
181d48e24b
|
added Auriok Replica
|
2011-05-19 22:38:13 -04:00 |
|
magenoxx
|
74c7feb470
|
Moved version to 0.7.3 in pom files.
|
2011-05-19 23:49:43 +04:00 |
|
magenoxx
|
cbeab91889
|
Minor fixes in table manager and matchImpl.
|
2011-05-19 23:49:15 +04:00 |
|
magenoxx
|
ec1327199d
|
Fixed moveToExile.
|
2011-05-19 23:22:11 +04:00 |
|
Loki
|
c64e4974f7
|
2 SOM cards
|
2011-05-19 00:51:37 +03:00 |
|
North
|
9c10d70121
|
Added cards
Added BlocksOrBecomesBlockedTriggeredAbility
|
2011-05-18 23:43:09 +03:00 |
|
North
|
0e7ef05c5d
|
Improved CreatureEntersBattlefieldTriggeredAbility: if a target is required for the effect then that target must be added in the constructor.
|
2011-05-18 20:57:16 +03:00 |
|
North
|
3e3957e323
|
Cards added
Improved getRule for TriggeredAbilityImpl
|
2011-05-18 20:27:15 +03:00 |
|
magenoxx
|
c146c4465a
|
Merge
|
2011-05-17 01:17:21 +04:00 |
|
magenoxx
|
65dc11f895
|
Fixed choosing new targets for copied spells. Fixed Issue 53.
|
2011-05-17 01:16:25 +04:00 |
|
magenoxx
|
01f2be1b49
|
Updated havecounter condition.
|
2011-05-17 01:14:56 +04:00 |
|
North
|
d1dc5a0466
|
Added cards: lots of them
|
2011-05-16 23:05:01 +03:00 |
|
North
|
5e8a744179
|
TriggeredAbilityImpl.java: added optional to getRule
DrawCardTriggerAbility added
Used DrawCardTriggeredAbility for LorescaleCoatl and JacesErasure
|
2011-05-16 20:06:55 +03:00 |
|
North
|
cc313eb0de
|
Card added: Fangren Marauder
|
2011-05-16 08:20:22 +03:00 |
|
Loki
|
84dd367717
|
merge
|
2011-05-16 00:14:07 +03:00 |
|
Loki
|
bf1474f996
|
cards, fix Multikicker
|
2011-05-16 00:06:44 +03:00 |
|
North
|
d9b7e12a51
|
Improved previous commit.
|
2011-05-15 17:50:47 +03:00 |
|
magenoxx
|
2f56261ccd
|
Merge
|
2011-05-15 16:44:03 +04:00 |
|
magenoxx
|
d5c4ac371a
|
Now Planeswalkers use counters for loyalty. Fixed Issue 69.
|
2011-05-15 16:42:45 +04:00 |
|
North
|
a6342ae6e0
|
Cards added: Ezuris Archers, Ichorclaw Myr
Added Trigger interface and 2 implementations and the GenericTriggeredAbility class.
|
2011-05-15 15:25:58 +03:00 |
|
magenoxx
|
13497ec651
|
Implemented Rule 704.5r - If a permanent has both a +1/+1 counter and a -1/-1 counter on it, N +1/+1 and N -1/-1 counters are removed from it, where N is the smaller of the number of +1/+1 and -1/-1 counters on it.
|
2011-05-15 15:35:36 +04:00 |
|
magenoxx
|
7c608b8b91
|
Fixed bug with Counter effects (usually only first worked because of not copying Counter Object correctly and using the same but with amount=0 after first use).
|
2011-05-15 15:30:24 +04:00 |
|
magenoxx
|
d254b97616
|
Fixed SpellStack getting objects. Fixed Issue 109: Fire Servant not working.
|
2011-05-15 14:00:33 +04:00 |
|
magenoxx
|
3bcff30680
|
|