Commit 89246040 authored by Tachibana's avatar Tachibana

ybb

parent b3bb8d70
Pipeline #10644 passed with stages
in 24 minutes and 17 seconds
......@@ -52,7 +52,7 @@ end
function cm.tkop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
if Duel.IsPlayerCanSpecialSummonMonster(tp,81039999,0,TYPES_TOKEN_MONSTER,1200,1200,4,RACE_SPELLCASTER,ATTRIBUTE_WIND) then
local token=Duel.CreateToken(tp,81013999)
local token=Duel.CreateToken(tp,81039999)
Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP)
end
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