Commit b7676a72 authored by POLYMER's avatar POLYMER

fix

parent 0f978691
......@@ -204,6 +204,7 @@ end
-- 4: Battle Phase
function s.bpcon(e)
local ph=Duel.GetCurrentPhase()
return ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE and s.attcount(e:GetHandlerPlayer())>=4
end
function s.bptg(e,c)
......
......@@ -65,8 +65,10 @@ function s.pcop(e,tp,eg,ep,ev,re,r,rp)
if Duel.MoveToField(tc,tp,tp,LOCATION_PZONE,POS_FACEUP,true) then
local c=e:GetHandler()
if Duel.IsExistingMatchingCard(Card.IsType,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,TYPE_FUSION)
and c:IsRelateToEffect(e) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and c:IsLocation(LOCATION_GRAVE)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
......
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