Commit ad8e3c18 authored by TanakaKotoha's avatar TanakaKotoha

fbk

parent 7e15d388
......@@ -41,11 +41,11 @@ function cm.initial_effect(c)
c:RegisterEffect(e6)
end
function cm.cona(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
return Duel.GetTurnPlayer()==e:GetHandlerPlayer()
end
function cm.conb(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp
return Duel.GetTurnPlayer()~=e:GetHandlerPlayer()
end
function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
return c:IsLocation(LOCATION_EXTRA+LOCATION_DECK+LOCATION_HAND)
return c:IsLocation(LOCATION_EXTRA) or c:IsLocation(LOCATION_DECK) or c:IsLocation(LOCATION_HAND)
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