Commit 1c5a9ea2 authored by Huangnan's avatar Huangnan

fix

parent 1422fd70
Pipeline #36180 passed with stages
in 48 minutes and 11 seconds
...@@ -89,7 +89,7 @@ function s.drcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,7 +89,7 @@ function s.drcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(function(c) return c:IsCode(12400134) and c:IsFaceup() end,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) return Duel.IsExistingMatchingCard(function(c) return c:IsCode(12400134) and c:IsFaceup() end,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
end end
function s.drfilter(c) function s.drfilter(c)
return c:IsAbleToDeckAsCost or c:IsAbleToDeckOrExtraAsCost() return c:IsAbleToDeckAsCost() or c:IsAbleToDeckOrExtraAsCost()
end end
function s.drcost(e,tp,eg,ep,ev,re,r,rp,chk) function s.drcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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