Commit 6bcbf637 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 393a599d
......@@ -51,6 +51,7 @@ function c60159945.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,c60159945.spfilter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp)
local tc=g:GetFirst()
local c=e:GetHandler()
if tc then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
local e1=Effect.CreateEffect(c)
......@@ -83,9 +84,12 @@ end
function c60159945.fuslimit(e,c,sumtype)
return sumtype==SUMMON_TYPE_FUSION
end
-- can not remove
function c60159945.condition(e)
return Duel.GetLP(0)<Duel.GetLP(1)
local tp=e:GetHandlerPlayer()
return Duel.GetLP(tp)<Duel.GetLP(1-tp)
end
function c60159945.condition2(e)
return Duel.GetLP(0)>Duel.GetLP(1)
local tp=e:GetHandlerPlayer()
return Duel.GetLP(tp)>Duel.GetLP(1-tp)
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