Commit ca7a7454 authored by Tachibana's avatar Tachibana

ybb

parent 1d7c523a
...@@ -17,7 +17,6 @@ function c33200442.initial_effect(c) ...@@ -17,7 +17,6 @@ function c33200442.initial_effect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SPSUMMON_SUCCESS) e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetRange(LOCATION_HAND)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
e2:SetCountLimit(1,33200442) e2:SetCountLimit(1,33200442)
e2:SetCondition(c33200442.spcon2) e2:SetCondition(c33200442.spcon2)
...@@ -90,5 +89,5 @@ function c33200442.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -90,5 +89,5 @@ function c33200442.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoDeck(g,nil,2,REASON_EFFECT) Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
end end
end end
if e:GetLabel()==100 then Duel.Draw(tp,1,REASON_EFFECT) end if e:GetLabel()~=100 then Duel.Draw(tp,1,REASON_EFFECT) end
end end
\ No newline at end of file
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