mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
Merge branch 'awaken' into 'master'
Fix Awaken targeting Closes #1991 See merge request core-developers/forge!5629
This commit is contained in:
@@ -2645,7 +2645,7 @@ public class CardFactoryUtil {
|
||||
|
||||
final String awaken = "DB$ PutCounter | CounterType$ P1P1 | CounterNum$ "+ counters + " | "
|
||||
+ "ValidTgts$ Land.YouCtrl | TgtPrompt$ Select target land you control | Awaken$ True";
|
||||
final String animate = "DB$ Animate | Defined$ Targeted | Power$ 0 | Toughness$ 0 | Types$"
|
||||
final String animate = "DB$ Animate | Defined$ ParentTarget | Power$ 0 | Toughness$ 0 | Types$"
|
||||
+ " Creature,Elemental | Duration$ Permanent | Keywords$ Haste";
|
||||
|
||||
final AbilitySub awakenSub = (AbilitySub) AbilityFactory.getAbility(awaken, card);
|
||||
|
||||
Reference in New Issue
Block a user