Commit 70d0da68 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12040004.lua

parent 283defbf
...@@ -41,7 +41,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -41,7 +41,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Release(g1,REASON_COST) Duel.Release(g1,REASON_COST)
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
end end
function cm.disfilter2(c) function cm.disfilter(c)
return Senya.check_set_prism(c) and c:IsAbleToGrave() return Senya.check_set_prism(c) and c:IsAbleToGrave()
end end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
...@@ -109,4 +109,4 @@ function cm.bm_check_operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -109,4 +109,4 @@ function cm.bm_check_operation(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
end end
\ No newline at end of file
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