Commit 9126dd46 authored by woodee's avatar woodee

Merge pull request #262 from mercury233/patch-1

fix
parents 2cde4eb9 40d9fbb6
...@@ -101,8 +101,8 @@ function c69868555.tktg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -101,8 +101,8 @@ function c69868555.tktg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c69868555.tkop(e,tp,eg,ep,ev,re,r,rp) function c69868555.tkop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 or not e:GetHandler():IsRelateToEffect(e) then return end if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 or not e:GetHandler():IsRelateToEffect(e) then return end
if not Duel.IsPlayerCanSpecialSummonMonster(tp,6024,0,0x4011,0,0,1,RACE_DRAGON,ATTRIBUTE_LIGHT) then return end if not Duel.IsPlayerCanSpecialSummonMonster(tp,69868556,0,0x4011,0,0,1,RACE_DRAGON,ATTRIBUTE_LIGHT) then return end
local token=Duel.CreateToken(tp,6024) local token=Duel.CreateToken(tp,69868556)
Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP)
end end
function c69868555.thcostfilter(c) function c69868555.thcostfilter(c)
......
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