Revert renaming write_wubrg to write_wubrgo
This commit is contained in:
@@ -1074,7 +1074,7 @@ remove_type := replace@(match: "(Artifact|Creature|Enchantment|Instant|Land|Plan
|
||||
replace@(match: "[ ]+", in_context: "^<match>", replace: "")+
|
||||
replace@(match: "[ ]+", in_context: "<match>$", replace: "")
|
||||
|
||||
write_wubrgo := {
|
||||
write_wubrg := {
|
||||
(if match(input, match:"white") then "W" else "")+
|
||||
(if match(input, match:"blue") then "U" else "")+
|
||||
(if match(input, match:"black") then "B" else "")+
|
||||
|
||||
Reference in New Issue
Block a user