Commit 869168dc authored by mercury233's avatar mercury233 Committed by DailyShana

fix 古聖戴サウラヴィス (#495)

parent 197043db
...@@ -31,7 +31,7 @@ function c4810828.cfilter(c,tp) ...@@ -31,7 +31,7 @@ function c4810828.cfilter(c,tp)
return c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) and c:IsFaceup() return c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) and c:IsFaceup()
end end
function c4810828.negcon(e,tp,eg,ep,ev,re,r,rp) function c4810828.negcon(e,tp,eg,ep,ev,re,r,rp)
if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end if not (rp==1-tp and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET)) then return false end
local g=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS)
return g and g:IsExists(c4810828.cfilter,1,nil,tp) and Duel.IsChainNegatable(ev) return g and g:IsExists(c4810828.cfilter,1,nil,tp) and Duel.IsChainNegatable(ev)
end 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