LevelX2
eecaa232f5
* Fixed a problem where for copies of cards/permanent the included spell ability was not correctly copied and the copied card had the spell ability twice. That could cause in some rare cases problems with spell ids of copies (this fixes #6824 ) or did allow on the other side some unproper handling of things (Animate Dead).
2020-07-14 21:28:45 +02:00
Oleg Agafonov
69d8fd1898
Battlefield Thaumaturge - fixed that it doesn't allow to cast spells without full available mana ( #6698 );
2020-07-05 01:08:43 +04:00
LevelX2
299e664191
* Kestia, the Cultivator - Fixed bestow from the Command Zone doesn't attach her to the creature you target ( fixes #6763 ).
2020-07-03 13:17:04 +02:00
Oleg Agafonov
da4a44445b
Additional fixes for #6771 (modal spells resolve order)
2020-07-03 01:46:05 +04:00
LevelX2
2a31e8063b
* Spells with multiple modes resolve in the order the modes are added on the card ( fixes #6771 ).
2020-07-02 17:23:00 +02:00
LevelX2
41abefa8e4
* Fixed spell's target still legal handling check as it begins to resolve (fixes problem of Sublime Epiphany #6646 ).
2020-07-01 12:57:29 +02:00
Oleg Agafonov
c2e7b02e13
Reworked and improved special mana payment abilities (convoke, delve, assist, improvise):
...
* now it can be used to calc and find available mana and playable abilities;
* now tests and AI can use that abilities;
* now it follows mtg's rules and restrictions for mana activation order (rule 601.2f, see #768 );
2020-06-19 13:09:45 +04:00
LevelX2
2788eab082
* Fixed card type displaying order ( fixes #6055 ).
2020-06-15 21:11:54 +02:00
LevelX2
5c65ee31d9
* Mirari - Fixed that the triggering spell was not copied ( fixes #6338 ).
2020-06-10 10:17:55 +02:00
Oleg Agafonov
b38ac2f575
* Split cards - added cost modification effects support for fused spells ( #227 , #2242 , #6603 , #6549 );
2020-06-10 08:28:18 +04:00
Oleg Agafonov
8af43dc13a
Ability refactor: new code to search abilities in cards and permanents;
2020-05-28 22:34:27 +04:00
Evan Kranzler
7522c0a049
Implemented Twinning Staff
2020-04-23 17:36:26 -04:00
Samuel Sandeen
d56f6b991b
Fix Sevinne's Reclamation. ( #6275 )
...
This also handles the rather unique case caused by Sevinne's Reclamation where the original spell resolves before the copy of it.
Also fixes a couple typos.
2020-02-10 08:18:12 -05:00
dilnu
b6af571779
Only fire one Targetted event per target
...
This specifically addresses changing the target of a spell or ability on the stack.
Fixes https://github.com/magefree/mage/issues/6158
2020-02-02 19:40:25 -05:00
Oleg Agafonov
89394ffe0a
Improved ability outcome processing;
2020-01-29 07:33:33 +04:00
Evan Kranzler
9a603fbaab
replaced StaticValue with singletons
2020-01-05 11:33:21 -05:00
LevelX2
8854871c15
* Fixed problems of Yixlid Jailer that removed abilities from cards in graveyard permanently ( fixes #1147 ).
2020-01-03 15:23:52 +01:00
Oleg Agafonov
862fe69b53
* Adventure cards - improved game logs (card hint works with adventure spell now, added original card info to cast's log);
2020-01-02 14:48:28 +04:00
LevelX2
da9f24e008
Removed deprecated AdjustingSourceCosts interface.
2019-12-14 18:33:11 +01:00
Ingmar Goudt
178da75e4d
Sonar fixes
2019-07-09 21:57:55 +02:00
Oleg Agafonov
03795f1aae
* Fixed AI game freeze on choose new targets ( #5023 );
2019-04-19 18:57:36 +04:00
Oleg Agafonov
dab481ee17
* UI: added cancel button for all target definition abilities;
2019-03-10 23:31:11 +04:00
Ingmar Goudt
8319fbf9ad
replace public fields with encapsulation
2019-03-03 09:51:14 +01:00
Oleg Agafonov
13ed3c6dbd
Added static and colored hints for cards
2019-02-04 18:48:45 +04:00
jeffwadsworth
d07415e08c
- Fixed #5440
2019-01-26 16:19:44 -06:00
Evan Kranzler
92b5535a0e
fixed an issue with cost adjusters
2019-01-12 15:48:52 -05:00
Evan Kranzler
3483b3a181
Merge branch 'targetAdjustment' into master
2019-01-12 14:42:58 -05:00
Oleg Agafonov
8700da94d7
* Added damage info on re-targeting targets (on copy);
2018-11-29 19:47:51 +04:00
Oleg Agafonov
59bda7f1d5
Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc);
2018-11-29 19:29:39 +04:00
LevelX2
26a93d4427
Reworked ability source object handling.
2018-10-21 21:37:23 +02:00
Evan Kranzler
e42505765b
added cost adjuster to stack ability class
2018-09-30 21:16:09 -04:00
Evan Kranzler
3fccf40155
fixed null pointer exception
2018-09-17 16:06:47 -04:00
Evan Kranzler
407611c11b
removed TargetAdjustment as it is no longer necessary
2018-09-17 14:39:19 -04:00
LevelX2
0d9f8ad19a
Merge pull request #4993 from Zzooouhh/Zzooouhh-woc
...
Implemented Word of Command (presumably buggy)
2018-07-14 10:40:38 +02:00
LevelX2
1e2d269086
Merge pull request #5098 from NoahGleason/swift-silence
...
Implement Swift Silence
2018-07-14 10:27:19 +02:00
igoudt
9f06046f22
add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts
2018-07-04 14:24:11 +02:00
Noah Gleason
3d79890e9a
Implement Swift Silence
2018-07-01 19:03:47 -04:00
L_J
cb7c222eb9
Fixed various Word of Command bugs, implemented mana pool restore methods
2018-06-04 14:30:37 +02:00
L_J
9a5b574c0c
Added getCommandedBy method
2018-06-03 23:39:40 +00:00
L_J
492c5ab63e
Improved Word of Command turn control handling
2018-06-04 01:32:17 +02:00
L_J
b7c6afc66d
Merge branch 'master' into Zzooouhh-woc
2018-06-03 20:36:27 +02:00
GrayedFox
3953f3dbdd
remove all MIT copyright notices from files
2018-06-02 17:59:49 +02:00
L_J
d7da3930b6
Implemented Word of Command
2018-06-01 21:13:20 +02:00
Evan Kranzler
9372c13cfb
small fix
2018-05-29 12:35:41 -04:00
LevelX2
cddd81123b
Some changes related to #4893 .
2018-05-03 01:33:21 +02:00
LevelX2
dc91d6ff81
* Some updated to Psychic Battle handling.
2018-04-30 08:06:23 +02:00
LevelX2
15fa8fa124
Merge pull request #4803 from Zzooouhh/Zzooouhh-psy
...
Implemented Psychic Battle
2018-04-28 13:24:58 +02:00
Oleg Agafonov
885130b108
Texts update: target creature or player => any target
2018-04-22 08:34:27 +04:00
Evan Kranzler
61bb7d075b
another small fix
2018-04-21 09:41:08 -04:00
LevelX2
c648ddd6e5
Fixed a problem with exiling copied spells from the stack (Time Stop and Hive Mind problem).
2018-04-20 15:40:02 +02:00