Commit e088653a authored by POLYMER's avatar POLYMER

fix

parent 855bdaa0
......@@ -48,7 +48,7 @@ end
function c95101213.chkfilter(c)
return c:IsSetCard(0x5bb0) and not c:IsPublic()
end
function c95101213.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
function c95101213.eqcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c95101213.chkfilter,tp,LOCATION_HAND,0,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM)
local g=Duel.SelectMatchingCard(tp,c95101213.chkfilter,tp,LOCATION_HAND,0,1,1,nil)
......
......@@ -57,5 +57,5 @@ function c95101214.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(g,REASON_EFFECT)
end
function c95101214.bpcon(e)
return e:GetEquipTarget()
return e:GetHandler():GetEquipTarget()
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