Commit ca0b0523 authored by nekrozar's avatar nekrozar

fix Ghostrick Fairy

parent 66220be0
...@@ -75,9 +75,9 @@ function c36239585.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,9 +75,9 @@ function c36239585.setop(e,tp,eg,ep,ev,re,r,rp)
if not tc:IsRelateToEffect(e) then return end if not tc:IsRelateToEffect(e) then return end
local res=false local res=false
if tc:IsType(TYPE_MONSTER) then if tc:IsType(TYPE_MONSTER) then
res=Duel.SpecialSummon(tc,0,tp,1-tp,false,false,POS_FACEDOWN_DEFENSE) res=Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEDOWN_DEFENSE)
else else
res=Duel.SSet(tp,tc,1-tp) res=Duel.SSet(tp,tc)
end end
if res~=0 then if res~=0 then
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
......
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