diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index ed1b5381..f8d6777b 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -348,7 +348,7 @@ long_dash := replace@(match:"-", replace:"—") # Utilities for keywords has_cc := { card.casting_cost != "" } -has_pt := { card.pt != "" } +has_pt := { card.power != "" or card.toughness != "" } contains_target := match@(match:"(?i)([^a-z]|^)target([^a-z]|$)") is_targeted := { contains_target(card.rule_text) }