foul-magics/Mage/src/main/java/mage/abilities/effects/keyword
Oleg Agafonov 78612ddc91 multiple changes:
* refactor: improved target pointer init code and logic, added docs and runtime checks;
* game: fixed miss or wrong init calls in some continuous effects;
* game: fixed wrong usage of target pointers (miss copy code, miss npe checks);
2024-02-18 15:05:05 +04:00
..
AdaptEffect.java
AmassEffect.java refactor: improved target usage, replaced setNotTarget by withNotTarget 2023-09-07 05:35:54 +04:00
AscendEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
BolsterEffect.java multiple changes: 2024-02-18 15:05:05 +04:00
CompanionEffect.java
ConniveSourceEffect.java Connive ability - fixed game error on usage (NPE), fixed game freeze on disconnect, fixed miss LKI related code; 2023-05-09 15:36:33 +04:00
DiscoverEffect.java align DISCOVERED event to naming convention 2023-11-09 20:44:52 -05:00
EchoEffect.java Rework AsThough handling to allow choosing/affecting a specific alternate cast (#11114) 2023-10-02 18:42:54 -04:00
ExploreSourceEffect.java [LCC] Implement Topography Tracker (#11504) 2023-12-04 00:46:21 -05:00
ExploreTargetEffect.java [LCI] Implement Jadelight Spelunker 2023-10-26 12:22:18 +02:00
FatesealEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
FinalityCounterEffect.java refactor: replacement effects don't use apply method now (#11484) 2023-11-28 11:17:28 +04:00
IncubateEffect.java Counter text improvements (plus a Magus Lucea Kane gameplay fix) (#11503) 2023-12-03 21:42:16 -05:00
InvestigateEffect.java [MKC] Implement Merchant of Truth 2024-02-17 19:29:08 +00:00
InvestigateTargetEffect.java [MKM] Implement No Witnesses 2024-01-17 16:29:17 -05:00
ManifestEffect.java [CMM] Implement Omarthis, Ghostfire Initiate (#10681) 2023-07-28 21:27:29 -04:00
ManifestTargetPlayerEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
ProtectionChosenColorAttachedEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
ProtectionChosenColorSourceEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
ScryEffect.java fix reminder text 2023-11-04 18:41:56 -04:00
ShieldCounterEffect.java
StunCounterEffect.java
SupportEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
SurveilEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
SweepEffect.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TheRingTemptsYouEffect.java Implement The Ring Tempts You mechanic (#10320) 2023-05-07 14:32:28 -04:00
VentureIntoTheDungeonEffect.java