From da4ab9a80302857b8dd0d26dd879d6dd1029862e Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:13:47 -0500 Subject: [PATCH] etb errata --- data/magic.mse-game/script | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index b31a3e136..745694132 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -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) 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",