Commit 67f88cc3 authored by Tachibana's avatar Tachibana

得得得得得

parent 8323700f
Pipeline #13503 passed with stages
in 24 minutes and 56 seconds
......@@ -58,7 +58,7 @@ function cm.plop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_SZONE)
e1:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetTarget(cm.tg1)
......@@ -94,7 +94,7 @@ function cm.negop(e,tp,eg,ep,ev,re,r,rp)
if Duel.SendtoGrave(g,REASON_EFFECT)==0 then return end
if re:GetHandler():IsRelateToEffect(re) then
Duel.SendtoHand(re:GetHandler(),nil,REASON_EFFECT)
if Duel.GetOperatedGroup():GetFirst():IsLocation(LOCATION_HAND) then
if not Duel.GetOperatedGroup():GetFirst():IsLocation(LOCATION_HAND) then
Duel.Draw(1-tp,1,REASON_EFFECT)
end
else
......
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