Commit 9a59aab2 authored by salix5's avatar salix5

fix エクソシスター・バディス

parent 9fd9b8a3
...@@ -83,7 +83,8 @@ function c77891946.tdcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,7 +83,8 @@ function c77891946.tdcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c77891946.tdop(e,tp,eg,ep,ev,re,r,rp) function c77891946.tdop(e,tp,eg,ep,ev,re,r,rp)
local g=e:GetLabelObject() local g=e:GetLabelObject()
Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_EFFECT) local tg=g:Filter(c77891946.tdfilter,nil,e:GetLabel())
Duel.SendtoDeck(tg,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)
end end
function c77891946.splimit(e,c) function c77891946.splimit(e,c)
return not c:IsSetCard(0x172) and c:IsLocation(LOCATION_EXTRA) return not c:IsSetCard(0x172) and c:IsLocation(LOCATION_EXTRA)
......
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