Commit 9d198d6d authored by TanakaKotoha's avatar TanakaKotoha

lua fix

parent b885549c
......@@ -46,6 +46,7 @@ end
--e5
function c33400003.con5(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if not re then return end
if r&REASON_LINK~=0 or c:IsReason(REASON_BATTLE) or c:IsReason(REASON_MATERIAL) then return end
return re:GetOwner():IsSetCard(0x3341) or re:GetOwner():IsSetCard(0x3340)
end
......
......@@ -26,7 +26,7 @@ function c65071110.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,e:GetLabel()) end
Duel.SetTargetPlayer(tp)
Duel.SetTargetParam(e:GetLabel())
Duel.SetOperationInfo(0,CATEGORY_DRAW,0,tp,e:GetLabel())
Duel.SetOperationInfo(0,CATEGORY_DRAW,0,0,tp,e:GetLabel())
end
function c65071110.activate(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -14,7 +14,7 @@ function c81010045.initial_effect(c)
e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,95238395)
e2:SetCountLimit(1,81010945)
e2:SetCondition(aux.exccon)
e2:SetCost(aux.bfgcost)
e2:SetTarget(c81010045.thtg)
......
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