Commit fbaa139c authored by salix5's avatar salix5

Merge pull request #1551 from nekrozar/patch-3

fix Sixth Sense
parents faac42d2 66852572
......@@ -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