Commit 1ef4400d authored by TanakaKotoha's avatar TanakaKotoha

nanodesu

parent 84911875
......@@ -43,7 +43,7 @@ function c10220015.xyzop(e,tp,eg,ep,ev,re,r,rp)
end
function c10220015.con(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler():IsType(TYPE_SPELL+TYPE_QUICKPLAY) and re:GetHandler():IsSetCard(0x5a0)
return re and re:IsActiveType(TYPE_QUICKPLAY) and re:GetHandler():IsSetCard(0x5a0)
end
function c10220015.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment