Commit a5e9ebd6 authored by mercury233's avatar mercury233

fix

parent d429af63
...@@ -61,11 +61,11 @@ function c29169993.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,11 +61,11 @@ function c29169993.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
end end
end end
function c29169993.cfilter(c) function c29169993.cfilter(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x9f) and c:IsPreviousLocation(LOCATION_HAND) return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x9f) and c:IsPreviousLocation(LOCATION_HAND) and c:IsControler(tp)
end end
function c29169993.spcon(e,tp,eg,ep,ev,re,r,rp) function c29169993.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c29169993.cfilter,1,nil) and not eg:IsContains(e:GetHandler()) return eg:IsExists(c29169993.cfilter,1,nil,tp) and not eg:IsContains(e:GetHandler())
end end
function c29169993.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c29169993.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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