From 1361e347ae82e48e9ca2bfadf53d196f78748518 Mon Sep 17 00:00:00 2001 From: Agetian Date: Sun, 29 Jan 2017 19:32:57 +0000 Subject: [PATCH] - Removing Champion of Lambholt known issue from CHANGES.txt (fixed). --- forge-gui/CHANGES.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/forge-gui/CHANGES.txt b/forge-gui/CHANGES.txt index 2c38bea293b..62fbe5a3f6b 100644 --- a/forge-gui/CHANGES.txt +++ b/forge-gui/CHANGES.txt @@ -36,8 +36,6 @@ There is a known issue with the cost reduction for cards that have color-locked Currently Improvise is implemented as a "clone" of Convoke keyword, which does not work correctly in corner cases (for example, together with an instance of Convoke or Delve). This is planned to be addressed soon. -Champion of Lambholt implementation needs to be improved, currently it will not work correctly with several Champions of Lambholt present on the battlefield, and may have other unwanted caveats. - Replacement effects that happen when a card moves from zone to zone (e.g. ETB replacement effect of Essence of the Wild; Kalitas, Traitor of Ghet replacement effect for a dying creature) need some rework to allow all of them to work in a rule-exact way without the need for special exclusions and hacks (see ReplacementHandler.java:120). There is a known issue that allows Qasali Ambusher to be cast from any zone for its ambush ability (requires MayPlay update to be fixed). For now, a temporary measure was set up to prevent the AI from abusing this issue, but it is up to the human player to deliberately choose not to abuse this when possible.