Commit Graph

9476 Commits

Author SHA1 Message Date
jendave
95ec325ed9 - Added Hell Swarm and Rabid Elephant by Starcrash. 2011-08-07 01:14:07 +00:00
jendave
f3da55aa09 fix creatures copied via Clone not having abilities 2011-08-07 01:13:59 +00:00
jendave
8efa86431b fix to give AF_GainControl creature to original controller instead of automatically donating it to the opponent 2011-08-07 01:13:51 +00:00
jendave
b0ccce9545 - Added Erratic Portal. 2011-08-07 01:13:44 +00:00
jendave
89e4eb8409 - Added Rhystic Deluge and Seizures. 2011-08-07 01:13:36 +00:00
jendave
06b5752c95 - Ran Set Info script. 2011-08-07 01:13:28 +00:00
jendave
c8788c8ac3 - Fix Soul Barrier. 2011-08-07 01:13:21 +00:00
jendave
91c077fb81 - Added Soul Barrier. 2011-08-07 01:13:15 +00:00
jendave
53bc2fe9d9 Maven now creates a DMG file for OSX that has a background and drag-n-drop installation 2011-08-07 01:13:07 +00:00
jendave
26b669e4d6 fix for missing function in AllZoneUtil 2011-08-07 01:12:57 +00:00
jendave
21a6e0e3e9 code simplifications in GuiDisplay classes 2011-08-07 01:12:50 +00:00
jendave
22917ed440 code simplification in Player.java 2011-08-07 01:12:42 +00:00
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