From 36ce11c44c64f39ff16287ff4b92e2f328fde503 Mon Sep 17 00:00:00 2001 From: ShawnieBoy Date: Tue, 14 Jan 2014 17:19:03 +0000 Subject: [PATCH] Remove duplicate groovy files --- release/Magarena/scripts/Nimble_Mongoose.groovy | 13 ------------- release/Magarena/scripts/Nimble_Mongoose.txt | 2 +- release/Magarena/scripts/Seton_s_Scout.groovy | 13 ------------- release/Magarena/scripts/Seton_s_Scout.txt | 2 +- release/Magarena/scripts/Springing_Tiger.groovy | 13 ------------- release/Magarena/scripts/Springing_Tiger.txt | 2 +- 6 files changed, 3 insertions(+), 42 deletions(-) delete mode 100644 release/Magarena/scripts/Nimble_Mongoose.groovy delete mode 100644 release/Magarena/scripts/Seton_s_Scout.groovy delete mode 100644 release/Magarena/scripts/Springing_Tiger.groovy diff --git a/release/Magarena/scripts/Nimble_Mongoose.groovy b/release/Magarena/scripts/Nimble_Mongoose.groovy deleted file mode 100644 index 3d4e3a4bf1..0000000000 --- a/release/Magarena/scripts/Nimble_Mongoose.groovy +++ /dev/null @@ -1,13 +0,0 @@ -[ - new MagicStatic(MagicLayer.ModPT) { - @Override - public void modPowerToughness( - final MagicPermanent source, - final MagicPermanent permanent, - final MagicPowerToughness pt) { - if (MagicCondition.THRESHOLD_CONDITION.accept(permanent)) { - pt.add(2,2); - } - } - } -] diff --git a/release/Magarena/scripts/Nimble_Mongoose.txt b/release/Magarena/scripts/Nimble_Mongoose.txt index a8511ec220..4a6196acce 100644 --- a/release/Magarena/scripts/Nimble_Mongoose.txt +++ b/release/Magarena/scripts/Nimble_Mongoose.txt @@ -9,4 +9,4 @@ cost={G} pt=1/1 ability=shroud timing=main -requires_groovy_code +requires_groovy_code=Anurid Barkripper diff --git a/release/Magarena/scripts/Seton_s_Scout.groovy b/release/Magarena/scripts/Seton_s_Scout.groovy deleted file mode 100644 index 3d4e3a4bf1..0000000000 --- a/release/Magarena/scripts/Seton_s_Scout.groovy +++ /dev/null @@ -1,13 +0,0 @@ -[ - new MagicStatic(MagicLayer.ModPT) { - @Override - public void modPowerToughness( - final MagicPermanent source, - final MagicPermanent permanent, - final MagicPowerToughness pt) { - if (MagicCondition.THRESHOLD_CONDITION.accept(permanent)) { - pt.add(2,2); - } - } - } -] diff --git a/release/Magarena/scripts/Seton_s_Scout.txt b/release/Magarena/scripts/Seton_s_Scout.txt index d1fac4e9d3..01bbaad25c 100644 --- a/release/Magarena/scripts/Seton_s_Scout.txt +++ b/release/Magarena/scripts/Seton_s_Scout.txt @@ -9,4 +9,4 @@ cost={1}{G} pt=2/1 ability=reach timing=main -requires_groovy_code +requires_groovy_code=Anurid Barkripper diff --git a/release/Magarena/scripts/Springing_Tiger.groovy b/release/Magarena/scripts/Springing_Tiger.groovy deleted file mode 100644 index 3d4e3a4bf1..0000000000 --- a/release/Magarena/scripts/Springing_Tiger.groovy +++ /dev/null @@ -1,13 +0,0 @@ -[ - new MagicStatic(MagicLayer.ModPT) { - @Override - public void modPowerToughness( - final MagicPermanent source, - final MagicPermanent permanent, - final MagicPowerToughness pt) { - if (MagicCondition.THRESHOLD_CONDITION.accept(permanent)) { - pt.add(2,2); - } - } - } -] diff --git a/release/Magarena/scripts/Springing_Tiger.txt b/release/Magarena/scripts/Springing_Tiger.txt index 2b77823c27..ba808372b2 100644 --- a/release/Magarena/scripts/Springing_Tiger.txt +++ b/release/Magarena/scripts/Springing_Tiger.txt @@ -8,4 +8,4 @@ subtype=Cat cost={3}{G} pt=3/3 timing=main -requires_groovy_code +requires_groovy_code=Anurid Barkripper