WUBRG -> WUBRGO

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 19:55:15 +02:00
parent c783f92e13
commit 77351a8a37
6 changed files with 38 additions and 38 deletions

View File

@@ -829,7 +829,7 @@ stamp_hybrid := [
# Putting it all together.
########################################################################
blend_colors := {
colors := sort_text( order: if card_is_wedge(input) then "(wbgur)" else "(wubrg)"
colors := sort_text( order: if card_is_wedge(input) then "(wbguro)" else "(wubrgo)"
, (if chosen(choice:"white" ) then "w")
+ (if chosen(choice:"blue" ) then "u")
+ (if chosen(choice:"black" ) then "b")
@@ -1116,7 +1116,7 @@ font_color_positions := [
font_white := {
hybrid := chosen(choice:"hybrid" )
artifact := chosen(choice:"artifact" )
colors := sort_text( order: "(wubrg)"
colors := sort_text( order: "(wubrgo)"
, (if chosen(choice:"white" ) then "w")
+ (if chosen(choice:"blue" ) then "u")
+ (if chosen(choice:"black" ) then "b")