WUBRG -> WUBRGO
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user