etb errata
This commit is contained in:
@@ -1508,6 +1508,9 @@ auto_errata :=
|
||||
+replace@(match:"(?i)(Totem armor|Totembeistand|Armadura tótem|totémique|Armatura totem|Armadura de totem|族霊鎧|替身甲)", replace:{errata_map[_1] or else _1})
|
||||
+replace@(match:"hen shuffle your library", replace:"hen shuffle")
|
||||
+replace@(match:"this (?:ability )?(?:only )?(?:any ?time you could cast|as) a", in_context: "(Activate|Play) <match>n? (instant|sorcery)", replace:"only as a")
|
||||
+replace@(match:"(enters?) the battlefield( under your control)?", replace: {
|
||||
(if _2 != "" then "you control " else "") + _1
|
||||
})
|
||||
#### can be localized via errata_map
|
||||
errata_map := [
|
||||
"Totem armor": "Umbra armor",
|
||||
|
||||
Reference in New Issue
Block a user