Commit e74afb12 authored by mercury233's avatar mercury233

fix

parent 33b571a6
picn/101101015.jpg

72.6 KB | W: | H:

picn/101101015.jpg

72.2 KB | W: | H:

picn/101101015.jpg
picn/101101015.jpg
picn/101101015.jpg
picn/101101015.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101101015.jpg

23.4 KB | W: | H:

pics/101101015.jpg

23.4 KB | W: | H:

pics/101101015.jpg
pics/101101015.jpg
pics/101101015.jpg
pics/101101015.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -44,7 +44,7 @@ function c101101012.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,7 +44,7 @@ function c101101012.operation(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
local lv=e:GetLabel() local lv=e:GetLabel()
if Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)==1 if Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)==1
and lv>0 and c:GetLevel()~=lv and Duel.SelectYesNo(aux.Stringid(101101012,2)) then and lv>0 and c:GetLevel()~=lv and Duel.SelectYesNo(tp,aux.Stringid(101101012,2)) then
Duel.BreakEffect() Duel.BreakEffect()
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -41,7 +41,7 @@ end ...@@ -41,7 +41,7 @@ end
function c101101041.tgfilter2(c) function c101101041.tgfilter2(c)
return c:IsType(TYPE_EQUIP) and c:IsType(TYPE_SPELL) and c:IsAbleToGrave() return c:IsType(TYPE_EQUIP) and c:IsType(TYPE_SPELL) and c:IsAbleToGrave()
end end
function c101101041.thfilter1(c) function c101101041.thfilter2(c)
return c:IsRace(RACE_WARRIOR) and c:IsAbleToHand() return c:IsRace(RACE_WARRIOR) and c:IsAbleToHand()
end end
function c101101041.regtg(e,tp,eg,ep,ev,re,r,rp,chk) function c101101041.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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