Commit 66852572 authored by nekrozar's avatar nekrozar

fix

parent faac42d2
......@@ -10,7 +10,7 @@ function c3280747.initial_effect(c)
c:RegisterEffect(e1)
end
function c3280747.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>5 end
Duel.SetOperationInfo(0,CATEGORY_DICE,nil,0,tp,2)
end
function c3280747.activate(e,tp,eg,ep,ev,re,r,rp)
......
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