From 2d35bd7fccab09bdd3d71bfe6c0c12d517984798 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Fri, 3 Sep 2021 13:20:33 -0400 Subject: [PATCH] add Disturb to AlternativeCost --- .../src/main/java/forge/game/spellability/AlternativeCost.java | 1 + 1 file changed, 1 insertion(+) diff --git a/forge-game/src/main/java/forge/game/spellability/AlternativeCost.java b/forge-game/src/main/java/forge/game/spellability/AlternativeCost.java index c3965363e72..6739271e7c2 100644 --- a/forge-game/src/main/java/forge/game/spellability/AlternativeCost.java +++ b/forge-game/src/main/java/forge/game/spellability/AlternativeCost.java @@ -5,6 +5,7 @@ public enum AlternativeCost { Bestow, Cycling, // ActivatedAbility Dash, + Disturb, Emerge, Escape, Evoke,