Commit 001b3062 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12010036.lua

parent ae488e55
......@@ -33,15 +33,6 @@ function c12010036.initial_effect(c)
e4:SetTarget(c12010036.retg)
e4:SetOperation(c12010036.reop)
c:RegisterEffect(e4)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(12010036,2))
e2:SetCategory(CATEGORY_DRAW)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetCode(EVENT_LEAVE_FIELD)
e2:SetCondition(c12010036.drcon)
e2:SetTarget(c12010036.drtg)
e2:SetOperation(c12010036.drop)
c:RegisterEffect(e2)
end
function c12010036.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentPhase()==PHASE_END and Duel.GetLP(tp)>=Duel.GetLP(1-tp)
......
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