Add eternities stellar sights (#148)
* add eternities stellar sights showcase frame
This commit is contained in:
@@ -115,7 +115,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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user