Add eternities stellar sights (#148)

* add eternities stellar sights showcase frame
This commit is contained in:
GenevensiS
2025-09-23 21:35:26 +02:00
committed by GitHub
parent e7e2af5bbb
commit ed4e89c375
77 changed files with 789 additions and 26 deletions

View File

@@ -124,7 +124,7 @@ init script:
)
}
pt_colors := { if styling.PT_color_scheme == "canon" then pt_colors_canon() else styling.PT_color_scheme }
pt_colors_canon := { if is_hybrid_cost() then "land" else "gold" }
pt_colors_canon := { if contains(card.card_color, match: "hybrid") then "land" else "gold" }
is_promo := { styling.promo }