Commit 982aee05 authored by YuGiOhMoDDeR's avatar YuGiOhMoDDeR

fix: summon token

parent 1d22f0b9
...@@ -27,8 +27,8 @@ function c9925982.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -27,8 +27,8 @@ function c9925982.activate(e,tp,eg,ep,ev,re,r,rp)
and Duel.IsPlayerCanSpecialSummonMonster(tp,9925983,0,0x4011,0,800,2,RACE_WINDBEAST,ATTRIBUTE_DARK) then and Duel.IsPlayerCanSpecialSummonMonster(tp,9925983,0,0x4011,0,800,2,RACE_WINDBEAST,ATTRIBUTE_DARK) then
for i=1,2 do for i=1,2 do
local token=Duel.CreateToken(tp,9925983) local token=Duel.CreateToken(tp,9925983)
Duel.SpecialSummonStep(token,0,tp,tp,false,false,POS_FACEUP_DEFENCE) Duel.SpecialSummonStep(token,0,tp,tp,false,false,POS_FACEUP)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end 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