Commit 45fb6d38 authored by mercury233's avatar mercury233

fix

parent 24d7409b
......@@ -92,7 +92,7 @@ function c100408101.tdcon(e,tp,eg,ep,ev,re,r,rp)
return c:IsReason(REASON_EFFECT) and c:IsPreviousLocation(LOCATION_ONFIELD)
end
function c100408101.tdfilter(c)
return c:IsSetCard(0xdc) and not c:IsCode(100408101) and c:IsAbleToDeck()
return c:IsSetCard(0x215) and not c:IsCode(100408101) and c:IsAbleToDeck()
end
function c100408101.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c100408101.tdfilter(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