From 4baf647b837bf8ea65f810d85d132d6c90ec1ed8 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 1 Jun 2008 00:02:38 +0000 Subject: [PATCH] fixed: mana_sort_quild was copying tap/untap symbols git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@926 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic.mse-game/game | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index 171c1dd1..6fb50e75 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -23,10 +23,11 @@ init script: # correctly sort a mana symbol (no guild mana) mana_sort := sort_rule(order: "XYZI[0123456789]S(WUBRG)") # correctly sort guild mana - mana_sort_guild := replace_rule( - match: "./.|././.|./././.|.[|]", - in_context: "(^|[^/])($|[^/])", - replace: {sort_text(order:"in_place((WUBRG)")} + mana_sort_guild := sort_rule(order: "[XYZI01234567890SWUBRG/]") + + replace_rule( + match: "./.|././.|./././.|.[|]", + in_context: "(^|[^/])($|[^/])", + replace: {sort_text(order:"in_place((WUBRG)")} ) mana_has_guild := match_rule(match: "[/|]") # Is there guild or half mana in the input? # A mana cost can contain both normal and guild mana