We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4dffe commit b6fb2b5Copy full SHA for b6fb2b5
unofficial/c511600090.lua
@@ -39,7 +39,7 @@ function s.initial_effect(c)
39
e5:SetCategory(CATEGORY_TODECK)
40
e5:SetType(EFFECT_TYPE_IGNITION)
41
e5:SetRange(LOCATION_MZONE)
42
- e5:SetCost(aux.PayLPCost(1/2))
+ e5:SetCost(Cost.PayLP(1/2))
43
e5:SetTarget(s.tdtg)
44
e5:SetOperation(s.tdop)
45
c:RegisterEffect(e5)
0 commit comments