diff --git a/projects/mtg/bin/Res/sets/primitives/borderline.txt b/projects/mtg/bin/Res/sets/primitives/borderline.txt index 016cfb412..aca693218 100644 --- a/projects/mtg/bin/Res/sets/primitives/borderline.txt +++ b/projects/mtg/bin/Res/sets/primitives/borderline.txt @@ -93649,7 +93649,8 @@ type=Creature subtype=Elf Wizard power=1 toughness=3 -[/card] [card] +[/card] +[card] name=Sage's Row Savant aicode=activate transforms((,newability[all(*[zpos<=2]|mylibrary) transforms((,newability[may name(Put on bottom of library) moveto(myreveal) and!( bottomoflibrary )!])) oneshot])) oneshot auto=_SCRY2_ diff --git a/projects/mtg/build.number.properties b/projects/mtg/build.number.properties index d77e97497..85028db5b 100644 --- a/projects/mtg/build.number.properties +++ b/projects/mtg/build.number.properties @@ -1,6 +1,6 @@ #build.number.properties (normally this file is maintained by build.xml) #Sun, 20 May 2020 11:56:35 +0200 build.major=0 -build.minor=24 -build.point=0 +build.minor=25 +build.point=3 diff --git a/projects/mtg/build.xml b/projects/mtg/build.xml index c5f655ec9..0895430fd 100644 --- a/projects/mtg/build.xml +++ b/projects/mtg/build.xml @@ -88,7 +88,7 @@ Mod by: Vitty85 #define WAGIC_CORE_VERSION_STRING "core_" VERSION_STRINGIFY(WAGIC_RESOURCE_VERSION) #define WAGIC_RESOURCE_NAME "Wagic-core-" VERSION_STRINGIFY(WAGIC_RESOURCE_VERSION) ".zip" #define WAGIC_RELEASE_NAME "wagic-v" WAGIC_VERSION_STRING -#define WAGIC_RESOURCE_URL "https://github.com/WagicProject/wagic/releases/download/" WAGIC_RELEASE_NAME "/" WAGIC_RESOURCE_NAME +#define WAGIC_RESOURCE_URL "https://github.com/WagicProject/wagic/releases" WAGIC_RELEASE_NAME "/" WAGIC_RESOURCE_NAME #endif