Commit de596498 authored by POLYMER's avatar POLYMER

fix

parent e0c0441c
No preview for this file type
......@@ -18,7 +18,7 @@ function c49811312.initial_effect(c)
e2:SetCategory(CATEGORY_TODECK+CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_PHASE+PHASE_BATTLE_START)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CAN_FORBIDDEN)
e2:SetRange(LOCATION_FZONE)
e2:SetCountLimit(1,49811312)
e2:SetTarget(c49811312.futg)
......
......@@ -28,6 +28,7 @@ function c49811313.initial_effect(c)
c:RegisterEffect(e2)
end
function c49811313.idcon(e)
local tp=e:GetHandlerPlayer()
local g=Duel.GetMatchingGroup(function(c) return c:IsFaceup() and c:IsSetCard(0x3e) and c:IsType(TYPE_MONSTER) end,tp,LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED,0,nil)
return g:GetCount()>0 and g:GetClassCount(Card.GetCode)==g:GetCount()
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