Commit bf8f180d authored by mallu11's avatar mallu11 Committed by mercury233

fix E・HERO ネオス・クルーガー (#1308)

parent 44bb9433
...@@ -54,8 +54,8 @@ function c90307498.spfilter(c,e,tp) ...@@ -54,8 +54,8 @@ function c90307498.spfilter(c,e,tp)
end end
function c90307498.spcon(e,tp,eg,ep,ev,re,r,rp) function c90307498.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsPreviousPosition(POS_FACEUP) and c:GetPreviousControler()==tp return c:IsPreviousPosition(POS_FACEUP)
and (c:IsReason(REASON_BATTLE) or (rp==1-tp and c:IsReason(REASON_EFFECT))) and (c:IsReason(REASON_BATTLE) or (rp==1-tp and c:IsReason(REASON_EFFECT) and c:GetPreviousControler()==tp))
end end
function c90307498.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c90307498.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(c90307498.spfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,nil,e,tp) end if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(c90307498.spfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,nil,e,tp) 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