Revert renaming write_wubrg to write_wubrgo

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 18:59:00 +02:00
parent 7b28a361a9
commit 8f7f3d31c4
3 changed files with 4 additions and 4 deletions

View File

@@ -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 "")+