diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index c37afb6b1..26e1ec953 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -1693,6 +1693,15 @@ text_filter := in_context: "(^|[[:space:]]|\\(|,|\\.|:|“|\"|'|‘|/|​)", #### TODO: Allow any punctuation before replace: "" ) + + #### step 3bb : debug atom fields + replace@( + match: "([^<]+)\\1", + replace: "" + ) + #### step 3c : fill in atom fields tag_contents@( tag: "", @@ -1713,7 +1722,7 @@ text_filter := ) + replace@( match:"^this", - replace:"This" + replace:"This" ) + tag_contents@( tag: "",