Commit 46a8b0b8 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008011.lua

parent 0f437fe2
......@@ -26,7 +26,7 @@ function c12008011.initial_effect(c)
c:RegisterEffect(e2)
end
function c12008011.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)==0
return Duel.GetFieldGroupCount(tp,LOCATION_ONFIELD,0)==0
end
function c12008011.thfilter(c)
return c:IsFaceup() and c:IsSetCard(0xfbb) and c:IsAbleToHand()
......
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