mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix hideaway not etb tapped
This commit is contained in:
@@ -3355,7 +3355,7 @@ public class CardFactoryUtil {
|
|||||||
inst.addReplacement(re);
|
inst.addReplacement(re);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keyword.equals("CARDNAME enters the battlefield tapped.") || keyword.equals("Hideway")) {
|
if (keyword.equals("CARDNAME enters the battlefield tapped.") || keyword.equals("Hideaway")) {
|
||||||
String effect = "DB$ Tap | Defined$ Self | ETB$ True "
|
String effect = "DB$ Tap | Defined$ Self | ETB$ True "
|
||||||
+ " | SpellDescription$ CARDNAME enters the battlefield tapped.";
|
+ " | SpellDescription$ CARDNAME enters the battlefield tapped.";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user