mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Fix hideaway not etb tapped
This commit is contained in:
@@ -3355,7 +3355,7 @@ public class CardFactoryUtil {
|
||||
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 "
|
||||
+ " | SpellDescription$ CARDNAME enters the battlefield tapped.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user