diff --git a/projects/mtg/bin/Res/rules/hermit.txt b/projects/mtg/bin/Res/rules/hermit.txt index 5e38a02c2..a10a73385 100644 --- a/projects/mtg/bin/Res/rules/hermit.txt +++ b/projects/mtg/bin/Res/rules/hermit.txt @@ -35,11 +35,11 @@ auto=maxPlay(land)1 #Lands Mana Rules -auto=lord(Plains|MyBattlefield) {T}:Add{W} -auto=lord(Island|MyBattlefield) {T}:Add{U} -auto=lord(Swamp|MyBattlefield) {T}:Add{B} -auto=lord(Mountain|MyBattlefield) {T}:Add{R} -auto=lord(Forest|MyBattlefield) {T}:Add{G} +auto=lord(Plains[land]|MyBattlefield) {T}:Add{W} +auto=lord(Island[land]|MyBattlefield) {T}:Add{U} +auto=lord(Swamp[land]|MyBattlefield) {T}:Add{B} +auto=lord(Mountain[land]|MyBattlefield) {T}:Add{R} +auto=lord(Forest[land]|MyBattlefield) {T}:Add{G} #Mana Empties from manapool at the end of each phase diff --git a/projects/mtg/bin/Res/rules/mtg.txt b/projects/mtg/bin/Res/rules/mtg.txt index dee2d5cc2..88effcce6 100644 --- a/projects/mtg/bin/Res/rules/mtg.txt +++ b/projects/mtg/bin/Res/rules/mtg.txt @@ -38,11 +38,11 @@ auto=maxPlay(land)1 #Lands Mana Rules -auto=lord(Plains|MyBattlefield) {T}:Add{W} -auto=lord(Island|MyBattlefield) {T}:Add{U} -auto=lord(Swamp|MyBattlefield) {T}:Add{B} -auto=lord(Mountain|MyBattlefield) {T}:Add{R} -auto=lord(Forest|MyBattlefield) {T}:Add{G} +auto=lord(Plains[land]|MyBattlefield) {T}:Add{W} +auto=lord(Island[land]|MyBattlefield) {T}:Add{U} +auto=lord(Swamp[land]|MyBattlefield) {T}:Add{B} +auto=lord(Mountain[land]|MyBattlefield) {T}:Add{R} +auto=lord(Forest[land]|MyBattlefield) {T}:Add{G} #Mana Empties from manapool at the end of each phase