Skip to content

Commit b6fb2b5

Browse files
committed
Apply Cost.PayLP
1 parent 3a4dffe commit b6fb2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511600090.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function s.initial_effect(c)
3939
e5:SetCategory(CATEGORY_TODECK)
4040
e5:SetType(EFFECT_TYPE_IGNITION)
4141
e5:SetRange(LOCATION_MZONE)
42-
e5:SetCost(aux.PayLPCost(1/2))
42+
e5:SetCost(Cost.PayLP(1/2))
4343
e5:SetTarget(s.tdtg)
4444
e5:SetOperation(s.tdop)
4545
c:RegisterEffect(e5)

0 commit comments

Comments
 (0)