Commit c3806923 authored by dest's avatar dest Committed by DailyShana

fix Invocation (#833)

parent ade9c4fc
...@@ -116,7 +116,7 @@ function c74063034.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -116,7 +116,7 @@ function c74063034.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c74063034.thfilter(c) function c74063034.thfilter(c)
return c:IsFaceup() and c:IsCode(86120751) and c:IsAbleToDeck() return c:IsFaceup() and c:IsCode(86120751) and c:IsAbleToHand()
end end
function c74063034.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c74063034.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(tp) and c74063034.thfilter(chkc) end if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(tp) and c74063034.thfilter(chkc) 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