diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index e633c4570..8e6368e21 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -1325,7 +1325,7 @@ protection_code := { else if match(input, match:"^(converted|mana|power|toughness)") then "anything with " + replace(input, match:"and from", replace:"or", in_context:" ") else if contains(input, match:"the chosen player") then "anything " + replace(input, match:"the chosen", replace:"controlled by that") else if contains(input, match:"the chosen") then "anything with " + replace(input, match:"the chosen", replace:"that") - else if contains(input, match:"all colors") then "anything " + replace(input, match:"all colors", replace:"that's white, blue, black, red, or green") + else if contains(input, match:"all colors") then "anything " + replace(input, match:"all colors", replace:"that's white, blue, black, red, green, or orange") else if match(input, match:"^you$") then "anything you control" else if match(input, match:"^its owner$") then "anything its owner controls" else if match(input, match:"^(each of )?your opponents$") then "anything " + replace(input, match:"(each of )?your opponents", replace:"controlled by those players")