Commit 54150d02 authored by nanahira's avatar nanahira Committed by GitHub

fix pos

parent 2f555005
...@@ -12,7 +12,7 @@ function c69015963.initial_effect(c) ...@@ -12,7 +12,7 @@ function c69015963.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c69015963.filter(c,e,tp) function c69015963.filter(c,e,tp)
return c:IsType(TYPE_FUSION) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsType(TYPE_FUSION) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_ATTACK)
end end
function c69015963.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c69015963.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,5000) end if chk==0 then return Duel.CheckLPCost(tp,5000) 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