Commit 7327092b authored by DailyShana's avatar DailyShana

fix

parent dbe80cba
......@@ -32,4 +32,5 @@ function c43711255.activate(e,tp,eg,ep,ev,re,r,rp)
local ac=Duel.GetChainInfo(0,CHAININFO_TARGET_PARAM)
e:SetLabel(ac)
e:GetHandler():SetHint(CHINT_CARD,ac)
Duel.AdjustInstantly(e:GetHandler())
end
......@@ -12,7 +12,6 @@ function c7044562.initial_effect(c)
end
function c7044562.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>0 end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,0,LOCATION_DECK)
end
function c7044562.filter(c,lp)
return c:GetAttack()>=0 and c:GetDefence()>=0 and c:GetAttack()+c:GetDefence()==lp and c:IsAbleToHand()
......
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