Commit 4fc668da authored by 未闻皂名's avatar 未闻皂名
parents 36d7b13d be94ff14
Pipeline #40435 passed with stages
in 8 minutes and 36 seconds
......@@ -18,7 +18,7 @@ function cm.initial_effect(c)
end
--Level Up
function cm.thfilter(c)
return c:IsCode(list[1]) and c:IsAbleToHand()
return c:IsCode(list[1],list[2]) and c:IsAbleToHand()
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_EXTRA,0)==0
......
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