diff --git a/data/magic.mse-game/statistics_en b/data/magic.mse-game/statistics_en index 0ea3e72c5..8af46ed40 100644 --- a/data/magic.mse-game/statistics_en +++ b/data/magic.mse-game/statistics_en @@ -1322,10 +1322,10 @@ statistics dimension: group: Black group: Red group: Green + group: Orange group: Purple group: Pink group: Yellow - group: Orange group: Brown group: Multicolor group: Hybrid @@ -1335,10 +1335,10 @@ statistics dimension: Black : rgb(33,33,33) Red : rgb(156,15,15) Green : rgb(68,144,15) + Orange : rgb(253,196,41) Purple : rgb(150,100,160) Pink : rgb(255,175,200) Yellow : rgb(242,247,94) - Orange : rgb(255,181,121) Brown : rgb(191,171,144) Colorless : rgb(101,104,94) Artifact : rgb(109,132,158) diff --git a/data/magic.mse-game/statistics_script b/data/magic.mse-game/statistics_script index 5b83868ed..ba828ab88 100644 --- a/data/magic.mse-game/statistics_script +++ b/data/magic.mse-game/statistics_script @@ -262,7 +262,7 @@ face_omniverse_color_statistic := { if chosen(choice: "land") then all_en_space_statistic(lang_setting("land")) else if chosen(choice: "multicolor") then all_en_space_statistic(lang_setting("multicolor")) - else if count_chosen(choices: "white, blue, black, red, green, pink, purple, yellow, orange, brown") == 2 + else if count_chosen(choices: "white, blue, black, red, green, orange, pink, purple, yellow, brown") == 2 and chosen(choice: "artifact") then all_en_space_statistic(lang_setting("hybrid")) ##hybrid artifacts would show as their first color else if chosen(choice: "hybrid") then all_en_space_statistic(lang_setting("hybrid")) else if (chosen(choice: "artifact")