mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Clean up
This commit is contained in:
@@ -41,7 +41,6 @@ public enum AbilityKey {
|
||||
CounteredSA("CounteredSA"),
|
||||
CounterNum("CounterNum"),
|
||||
CounterMap("CounterMap"),
|
||||
CounterTable("CounterTable"),
|
||||
CounterType("CounterType"),
|
||||
Crew("Crew"),
|
||||
CumulativeUpkeepPaid("CumulativeUpkeepPaid"),
|
||||
@@ -103,8 +102,6 @@ public enum AbilityKey {
|
||||
Phase("Phase"),
|
||||
Player("Player"),
|
||||
PreventedAmount("PreventedAmount"),
|
||||
PreventMap("PreventMap"),
|
||||
Prevention("Prevention"),
|
||||
Produced("Produced"),
|
||||
Regeneration("Regeneration"),
|
||||
ReplacementEffect("ReplacementEffect"),
|
||||
|
||||
@@ -175,7 +175,6 @@ public class ReplacementHandler {
|
||||
final Card c = preList.get(crd);
|
||||
|
||||
for (final ReplacementEffect replacementEffect : c.getReplacementEffects()) {
|
||||
|
||||
// Use "CheckLKIZone" parameter to test for effects that care abut where the card was last (e.g. Kalitas, Traitor of Ghet
|
||||
// getting hit by mass removal should still produce tokens).
|
||||
Zone cardZone = "True".equals(replacementEffect.getParam("CheckSelfLKIZone")) ? game.getChangeZoneLKIInfo(c).getLastKnownZone() : game.getZoneOf(c);
|
||||
|
||||
Reference in New Issue
Block a user