Commit a55fc2a8 authored by nekrozar's avatar nekrozar Committed by mercury233

fix (#934)

parent 7c09db63
...@@ -81,7 +81,7 @@ function c17228908.tkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -81,7 +81,7 @@ function c17228908.tkop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c17228908.tgcon(e) function c17228908.tgcon(e)
return Duel.IsExistingMatchingCard(Card.IsType,e:GetHandlerPlayer(),0,LOCATION_MZONE,1,nil,TYPE_TOKEN) return Duel.IsExistingMatchingCard(Card.IsType,e:GetHandlerPlayer(),0,LOCATION_ONFIELD,1,nil,TYPE_TOKEN)
end end
function c17228908.tglimit(e,c) function c17228908.tglimit(e,c)
return not c:IsType(TYPE_TOKEN) return not c:IsType(TYPE_TOKEN)
......
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