Commit 6fefd5d5 authored by mercury233's avatar mercury233 Committed by GitHub

fix 急転直下

parent c40ce399
...@@ -42,7 +42,7 @@ function c79718768.desop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,7 +42,7 @@ function c79718768.desop2(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c79718768.retcon(e,tp,eg,ep,ev,re,r,rp) function c79718768.retcon(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler()==e:GetHandler() return re and re:GetHandler()==e:GetHandler()
end end
function c79718768.retop(e,tp,eg,ep,ev,re,r,rp) function c79718768.retop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetFieldGroup(tp,0,LOCATION_GRAVE) local g=Duel.GetFieldGroup(tp,0,LOCATION_GRAVE)
......
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