Commit 6bfbcb0f authored by GuGu's avatar GuGu

Update c200115.lua 抗性跳红

parent 58b5cfbb
Pipeline #17795 passed with stage
in 1 minute
......@@ -55,9 +55,8 @@ end--[[
function c200115.efilter1(e,re,tp)
return re:GetHandler():IsType(TYPE_FIELD) and re:IsHasType(EFFECT_TYPE_ACTIVATE) and not re:IsSetCard(0x701)
end]]
function c200115.val(e,re)
local x=re:GetHandler():GetOriginalCode()
return c:IsOriginalSetCard(0x700)
function c200115.val(e,te)
return te:IsOriginalSetCard(0x700)
end
function c200115.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
local f=Duel.GetFieldCard(1-tp,LOCATION_SZONE,5)
......
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