Commit 2ec69a70 authored by salix5's avatar salix5

fix

parent 9359daf5
...@@ -69,7 +69,7 @@ function c18386170.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,7 +69,7 @@ function c18386170.drop(e,tp,eg,ep,ev,re,r,rp)
end end
function c18386170.hdcon(e,tp,eg,ep,ev,re,r,rp) function c18386170.hdcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return rp~=tp and (c:IsReason(REASON_BATTLE) or (c:IsReason(REASON_EFFECT) and c:GetPreviousControler()==tp)) return (rp~=tp and c:IsReason(REASON_EFFECT) and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_ONFIELD)) or c:IsReason(REASON_BATTLE)
end end
function c18386170.hdtg(e,tp,eg,ep,ev,re,r,rp,chk) function c18386170.hdtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 end if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 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