Prepare for more colors

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 20:38:24 +02:00
parent bc2d16cb79
commit 20b224a35d
3 changed files with 68 additions and 19 deletions

View File

@@ -823,7 +823,8 @@ blend_colors := {
+ (if chosen(choice:"blue" ) then "u")
+ (if chosen(choice:"black" ) then "b")
+ (if chosen(choice:"red" ) then "r")
+ (if chosen(choice:"green" ) then "g"))
+ (if chosen(choice:"green" ) then "g")
)
if multi and (hybrid or colors == "") then (
colors := colors + "m"
)
@@ -1108,8 +1109,8 @@ font_white := {
+ (if chosen(choice:"blue" ) then "u")
+ (if chosen(choice:"black" ) then "b")
+ (if chosen(choice:"red" ) then "r")
+ (if chosen(choice:"green" ) then "g"))
+ (if artifact then "a")
+ (if chosen(choice:"green" ) then "g")
) + (if artifact then "a")
font_colors_white(
if chosen(choice:"land") then "l"
else if input == "artifact, multicolor" then "a"