jendave
|
39ac62468e
|
CardList.add -> addAll in a couple places
|
2011-08-07 01:12:36 +00:00 |
|
jendave
|
3c9e875737
|
CardList.add -> addAll in a couple places
|
2011-08-07 01:12:29 +00:00 |
|
jendave
|
580d5e0abf
|
CardList.add -> addAll in a couple places
|
2011-08-07 01:12:21 +00:00 |
|
jendave
|
242740100a
|
CardList.add -> addAll in a couple places
|
2011-08-07 01:12:11 +00:00 |
|
jendave
|
d7209a5d08
|
code simplifications in Target.java
|
2011-08-07 01:12:03 +00:00 |
|
jendave
|
b64d9c9976
|
- Ran Set Info script.
|
2011-08-07 01:11:55 +00:00 |
|
jendave
|
f81eb76ede
|
code tweak in CardFactoryUtil
|
2011-08-07 01:11:46 +00:00 |
|
jendave
|
6bd0cc7820
|
simplify code for Singe-Minded Ogre
|
2011-08-07 01:11:38 +00:00 |
|
jendave
|
10dc8b9d11
|
- Added Gloomwidow's Feast.
|
2011-08-07 01:11:31 +00:00 |
|
jendave
|
209cfde57d
|
- Little fix.
|
2011-08-07 01:11:24 +00:00 |
|
jendave
|
f2da6fd9b1
|
- Added Goblin Goon.
|
2011-08-07 01:11:16 +00:00 |
|
jendave
|
b987e930d0
|
- Added Phyrexian Tyranny.
|
2011-08-07 01:11:07 +00:00 |
|
jendave
|
6960473c53
|
- Updated some SVars.
|
2011-08-07 01:11:00 +00:00 |
|
jendave
|
265d5ffd21
|
- Added Excise.
|
2011-08-07 01:10:51 +00:00 |
|
jendave
|
c280d201af
|
fix the duplicate text issue on a number of cards
|
2011-08-07 01:10:41 +00:00 |
|
jendave
|
abfcc752e3
|
cleanup in AF_CounterMagic
|
2011-08-07 01:10:34 +00:00 |
|
jendave
|
287faa9b60
|
Added text to Drake Umbra
|
2011-08-07 01:10:27 +00:00 |
|
jendave
|
bd72b78b54
|
- Added Sheltering Prayers.
|
2011-08-07 01:10:21 +00:00 |
|
jendave
|
cef6a5efe1
|
- Added Rhystic Study.
|
2011-08-07 01:10:12 +00:00 |
|
jendave
|
010b625658
|
- Moved Unless cost to AbilityFactory making it available for all AFs.
|
2011-08-07 01:10:05 +00:00 |
|
jendave
|
16595d1e2f
|
add Ordruun Commando (from Ravnica: City of Guilds)
|
2011-08-07 01:09:57 +00:00 |
|
jendave
|
9484d01570
|
- Converted Rootwater Thief to script.
|
2011-08-07 01:09:49 +00:00 |
|
jendave
|
f919cd3dd6
|
added the Zendikons (from Worldwake) from Starcrash
|
2011-08-07 01:09:40 +00:00 |
|
jendave
|
238e1dc8a9
|
*Fixed Pith Driller.
|
2011-08-07 01:09:29 +00:00 |
|
jendave
|
a4d309d5f3
|
- Little cleanup in AF GainControl.
|
2011-08-07 01:09:23 +00:00 |
|
jendave
|
6336c54b9a
|
- Changed damage from a source with Wither/Infect to use addCounter and not addCounterFromNonEffect.
|
2011-08-07 01:09:16 +00:00 |
|
jendave
|
ebf1d6bd5a
|
- Added M1M1/P1P1 counters exchange to addCounterFromNonEffect.
|
2011-08-07 01:09:10 +00:00 |
|
jendave
|
e3a05221cf
|
- Added AWAKENING counters.
|
2011-08-07 01:09:04 +00:00 |
|
jendave
|
c99a9628af
|
- Ran Set Info script.
|
2011-08-07 01:08:57 +00:00 |
|
jendave
|
6050842b4b
|
a little cleanup in a couple AFs.
|
2011-08-07 01:08:46 +00:00 |
|
jendave
|
7cfa92557b
|
- Small fix.
|
2011-08-07 01:08:39 +00:00 |
|
jendave
|
8fd487203e
|
- Fixed issue with GainControl. Added Unwilling Recruit.
|
2011-08-07 01:08:33 +00:00 |
|
jendave
|
8b2a12c681
|
- Defining the set code for Setup Game State is now consistent with the deck file format (e.g. Forest|4ED instead of the previously used Forest@4ED).
|
2011-08-07 01:08:24 +00:00 |
|
jendave
|
35beaa6c56
|
- Added Walking Dream.
|
2011-08-07 01:08:17 +00:00 |
|
jendave
|
ad3fb8a895
|
- Simplified the code found in forge.card.cardFactory.CardFactory_Soceries and forge.card.cardFactory.CardFactory. Updating c.getType().contains(string) to c.isType(string).
|
2011-08-07 01:08:09 +00:00 |
|
jendave
|
48ad24d0e9
|
- Simplified the code found in forge.card.cardFactory.CardFactory_Lands and forge.card.cardFactory.CardFactory_Planeswalkers. Updating c.getType().contains(string) to c.isType(string).
|
2011-08-07 01:08:01 +00:00 |
|
jendave
|
bb0089e3cc
|
- Added Rootwater Mystic
|
2011-08-07 01:07:54 +00:00 |
|
jendave
|
7c948036d8
|
- Simplified the code found in forge.card.cardFactory.CardFactory_Auras and forge.card.cardFactory.CardFactory_Creatures. Updating c.getType().contains(string) to c.isType().
|
2011-08-07 01:07:47 +00:00 |
|
jendave
|
c79df0627d
|
* cleanups
|
2011-08-07 01:07:39 +00:00 |
|
jendave
|
d2ec6b767f
|
- Small fix
|
2011-08-07 01:07:29 +00:00 |
|
jendave
|
1f8ea3eafe
|
- Added Tidehollow Sculler. Thanks Sol.
|
2011-08-07 01:07:22 +00:00 |
|
jendave
|
cbf8d85b2a
|
*Added NPH booster pack definition.
|
2011-08-07 01:07:15 +00:00 |
|
jendave
|
e8fc4dccf4
|
*Fixed misspelled method call in new Booster Draft generation code.
|
2011-08-07 01:07:09 +00:00 |
|
jendave
|
207cb5d9e9
|
- Centralized condition check and calling subabilities in AF resolve.
|
2011-08-07 01:07:02 +00:00 |
|
jendave
|
1d4fb9f9a3
|
- Adding RememberChanged in ChangeZoneHidden for Jeff
|
2011-08-07 01:06:45 +00:00 |
|
jendave
|
a169ffd4b9
|
- Added some previously missed observer update calls to Setup Game State.
|
2011-08-07 01:06:38 +00:00 |
|
jendave
|
f4cbd12332
|
*Fixed tokens vs ChangesZone triggers.
|
2011-08-07 01:06:32 +00:00 |
|
jendave
|
6f16d9db5a
|
fixed indexes
|
2011-08-07 01:06:24 +00:00 |
|
jendave
|
6aa37b23ec
|
*Fixed triggers acting oddly when Setup Game State moves cards around.
|
2011-08-07 01:06:18 +00:00 |
|
jendave
|
7d65422fa9
|
bugfix in reading data files
|
2011-08-07 01:06:13 +00:00 |
|