Commit c33c3505 authored by gg123gg's avatar gg123gg Committed by nanahira

Update c12001022.lua

parent 10450581
...@@ -33,7 +33,7 @@ function c12001022.repfilter(c,tp) ...@@ -33,7 +33,7 @@ function c12001022.repfilter(c,tp)
and c:IsReason(REASON_BATTLE+REASON_EFFECT) and not c:IsReason(REASON_REPLACE) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and not c:IsReason(REASON_REPLACE)
end end
function c12001022.desfilter(c,tp) function c12001022.desfilter(c,tp)
return c:IsControler(tp) and c:IsType(TYPE_MONSTER) return c:IsControler(tp) and c:IsType(TYPE_MONSTER) and c:IsDestructable(e)
and not c:IsStatus(STATUS_DESTROY_CONFIRMED+STATUS_BATTLE_DESTROYED) and not c:IsStatus(STATUS_DESTROY_CONFIRMED+STATUS_BATTLE_DESTROYED)
end end
function c12001022.desreptg(e,tp,eg,ep,ev,re,r,rp,chk) function c12001022.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
...@@ -100,4 +100,4 @@ function c12001022.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -100,4 +100,4 @@ function c12001022.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ShuffleDeck(nil) Duel.ShuffleDeck(nil)
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