Commit graph

7048 commits

Author SHA1 Message Date
cbt33
a2a2a40dac Update Mudhole.java 2013-10-15 21:35:12 -04:00
cbt33
5d71f3491d Update KamahlsDesire.java 2013-10-15 21:34:20 -04:00
cbt33
4511ca64c1 Update EngulfingFlames.java 2013-10-15 21:32:43 -04:00
cbt33
2d76ad3f78 Update DwarvenStrikeForce.java 2013-10-15 21:31:51 -04:00
cbt33
f09a386096 Create BlazingSalvo.java 2013-10-15 21:31:05 -04:00
cbt33
6be2b907c7 Update Tombfire.java 2013-10-15 21:29:18 -04:00
cbt33
02a3c774cc Update NeedForSpeed.java 2013-10-15 21:28:14 -04:00
LevelX2
f28b497dd0 Merge branch 'master' of https://github.com/magefree/mage.git 2013-10-15 00:48:57 +02:00
LevelX2
296af6cf8b * Game log - Added text of activated ability to the game log message if activated. 2013-10-15 00:48:21 +02:00
LevelX2
51b93600e6 * Session - Added additional information for exception. 2013-10-15 00:47:13 +02:00
LevelX2
359a132e77 * MonstrosityAbility - Fixed that mana costs were shown twice in tooltip text. 2013-10-15 00:46:29 +02:00
LevelX2
42631541fc * Qasali Pridemage - set target to required. 2013-10-15 00:45:41 +02:00
LevelX2
6e3524b90e * Knight of New Alara - Changed ability to change power / toughness layered effect (was adding removing ability before). 2013-10-15 00:45:03 +02:00
LevelX2
933ee518c8 * DevourEffect - Set reminder text to italic style. 2013-10-15 00:43:31 +02:00
LevelX2
9f6ebac2b4 * EquipAbility - Made target required. 2013-10-15 00:43:05 +02:00
Jeff
d0d3c409e5 - Added Chaotic Backlash, Soul Reap, and Talara's Bane. 2013-10-14 17:14:33 -05:00
LevelX2
9d56514085 * Xathrid Gorgon - Fixed that the targeted creatures didn't get colorless. 2013-10-14 20:54:02 +02:00
LevelX2
e8d4fd1ead Improved rule text generation. 2013-10-14 20:35:37 +02:00
LevelX2
b83634605c * Game log - Added sacrifice message, added some information to the log of combat. 2013-10-14 07:51:33 +02:00
LevelX2
f07d003bc3 * Stuffy Doll - Fixed that the damage effect won't be applied, if the player has already lost (FFA). 2013-10-14 07:50:09 +02:00
LevelX2
07af4000c5 * Kami of the Painted Road - Added text for color choose action. 2013-10-13 17:47:54 +02:00
LevelX2
7ded7f0e36 * Fixed a bug of mass destruction class (DestroyAllEffect) that the no regeneration option was not applied (concerns ~50 cards). 2013-10-13 17:47:17 +02:00
LevelX2
a751028f19 * Commander format - Added missing blank to commander damage game log message. 2013-10-13 15:13:59 +02:00
LevelX2
5de630d9b5 Soulblast - Fixed that if also works if target is a creature. 2013-10-13 11:02:48 +02:00
LevelX2
204689c19d * Game log - Changed that {this} will be replaced by object name. 2013-10-13 11:02:02 +02:00
LevelX2
c0ade21efe * Rampart Crawler, Juggernaut - Fixed can't be blocked by walls ability. 2013-10-13 11:01:26 +02:00
LevelX2
60336cbc4b * Fixed possible NPE (fixes #358). Added game log info about sacrificed permanents. 2013-10-13 11:00:28 +02:00
LevelX2
b005e7b03f * Deck generator - Fixed a bug that during the generation cards with multiple colored mana symbols of the same color were unintended rated higher. So all generated decks tend to include more or nearly only cards with double or tripple colored mana symbols ignoring all other cards. 2013-10-13 01:59:11 +02:00
LevelX2
61099a5d7d [CHK] Added Soulblast. 2013-10-12 23:55:44 +02:00
LevelX2
43da29da44 Fixed two possible NPE. 2013-10-12 22:57:44 +02:00
LevelX2
a2f1d08474 * removed some test debug messages. 2013-10-12 17:21:20 +02:00
LevelX2
d6c1075125 * Release Mage 1.1.0 final 2013-10-12 11:22:06 +02:00
LevelX2
dabcc50fb6 * Game log - Fixed a possible NPE of log of triggered abilities. 2013-10-12 10:12:10 +02:00
LevelX2
7f96cd685e * Game log - Added info about resolving triggered abilities. 2013-10-12 02:06:00 +02:00
LevelX2
3533c30591 * Devouring Rage - Fixed that it was not possible to sacrifice 0 spirits. 2013-10-12 02:05:18 +02:00
LevelX2
7a3552433e * Student of Elements - Fixed possible null pointer exception. 2013-10-12 02:04:39 +02:00
LevelX2
0655382c2a [ODY] Added Bomb Squad and Bearscape. 2013-10-12 02:04:08 +02:00
Jeff
66e8c22b32 - Added Needle Specter, Nightmare Incursion, and Soot Imp. 2013-10-11 16:49:20 -05:00
Jeff
a80c072143 - Added Crumbling Ashes, Merrow Bonegnawer, and Necroskitter. Little fix Enfeeblement and ExileFromZoneTargetEffect. 2013-10-11 13:46:15 -05:00
cbt33
09f59982d9 Create GhastlyDemise.java
Problem here with tooltip and prompt.
2013-10-10 21:43:20 -04:00
cbt33
0d39a19f88 Create RottingGiant.java
same deal here as with Decaying Soil
2013-10-10 21:42:10 -04:00
cbt33
0d5e3649ba Create DecayingSoil.java
This one wasn't requiring a sacrifice target but i think with target.setRequired(true) it should
2013-10-10 21:41:33 -04:00
cbt33
cfb9848322 Create TaintedPact.java
the duplicate card exiled part works, putting into hand is untested
2013-10-10 21:37:41 -04:00
cbt33
1397787ea8 Create ZombieAssassin.java 2013-10-10 21:36:33 -04:00
cbt33
a5438e59cd Create MoltenInfluence.java
Works but rules text does not show
2013-10-10 21:35:19 -04:00
cbt33
be24e12a89 Create CabalPatriarch.java 2013-10-10 21:33:45 -04:00
cbt33
7cb450373d Create PriceOfGlory.java
Works but doesn't prompt when lands are sacrificed
2013-10-10 21:31:53 -04:00
cbt33
7431b41607 Create MagmaVein.java
tooltip may or may not be correct
2013-10-10 21:22:37 -04:00
cbt33
bcf9714cd9 Create CausticTar.java
Works but effect says "Enchanted creature has" because of the string builder for GainAbilityAttachedEffect().
2013-10-10 21:20:07 -04:00
cbt33
2338297a87 Create PardicSwordsmith.java 2013-10-10 21:18:20 -04:00