mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix for Arashi, Sky Asunder
This commit is contained in:
@@ -5850,7 +5850,7 @@ public class CardFactory_Creatures {
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Arashi the Sky Asunder")) {
|
||||
else if(cardName.equals("Arashi, the Sky Asunder")) {
|
||||
|
||||
final SpellAbility ability = new Ability_Tap(card, "0") {
|
||||
private static final long serialVersionUID = 7698358771800336470L;
|
||||
|
||||
Reference in New Issue
Block a user