Commit 87b2a039 authored by mercury233's avatar mercury233

fix

parent b25fa9b1
...@@ -43,7 +43,7 @@ function c39732186.thcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -43,7 +43,7 @@ function c39732186.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c39732186.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c39732186.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
local bc=e:GetLabelObject() local bc=e:GetLabelObject()
if chk==0 then return bc:IsAbleToHand() end if chk==0 then return bc and bc:IsAbleToHand() end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,bc,1,0,0) Duel.SetOperationInfo(0,CATEGORY_TOHAND,bc,1,0,0)
end end
function c39732186.thop(e,tp,eg,ep,ev,re,r,rp) function c39732186.thop(e,tp,eg,ep,ev,re,r,rp)
......
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