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)
and c:IsReason(REASON_BATTLE+REASON_EFFECT) and not c:IsReason(REASON_REPLACE)
end
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)
end
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)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ShuffleDeck(nil)
end
end
\ No newline at end of file
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