Commit 963d5e91 authored by mercury233's avatar mercury233 Committed by GitHub

fix 現世と冥界の逆転

parent f80b5d63
......@@ -20,6 +20,8 @@ function c17484499.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.PayLPCost(tp,1000)
end
function c17484499.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetFieldGroup(tp,LOCATION_GRAVE,LOCATION_GRAVE)
if aux.NecroValleyNegateCheck(g) then return end
Duel.SwapDeckAndGrave(tp)
Duel.SwapDeckAndGrave(1-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