Commit 9331ce90 authored by POLYMER's avatar POLYMER

fix

parent 5537126b
...@@ -89,9 +89,10 @@ function c9911018.thfilter(c) ...@@ -89,9 +89,10 @@ function c9911018.thfilter(c)
end end
function c9911018.atttg(e,tp,eg,ep,ev,re,r,rp,chk) function c9911018.atttg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
if chk==0 then return c:IsFaceup() and not c:IsAttribute(ATTRIBUTE_EARTH) if chk==0 then return c:IsFaceup() and not c:IsAttribute(ATTRIBUTE_EARTH)
and Duel.IsExistingMatchingCard(c9911018.thfilter,tp,LOCATION_DECK,0,1,nil) end and Duel.IsExistingMatchingCard(c9911018.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c9911018.attop(e,tp,eg,ep,ev,re,r,rp) function c9911018.attop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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