Commit f020507b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12026024.lua

parent 641e3c01
......@@ -50,7 +50,7 @@ function c12026024.spop(e,tp,eg,ep,ev,re,r,rp)
end
function c12026024.target(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
local b2=(re:GetHandler():IsRelateToEffect(re) and c:IsAbleToGrave() and ( not re:IsHasType(EFFECT_TYPE_ACTIVATE) or re:GetHandler():IsType(TYPE_CONTINUOUS) ) and not bit.band(Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION),re:GetHandler():GetLocation())==0 and eg:GetHandler():IsAbleToGrave() and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 )
local b2=( c:IsAbleToGrave() and ( not re:IsHasType(EFFECT_TYPE_ACTIVATE) or re:GetHandler():IsType(TYPE_CONTINUOUS) ) and not bit.band(Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION),re:GetHandler():GetLocation())==0 and re:GetHandler():IsAbleToGrave() )
if chk==0 then
local tg=re:GetTarget()
local event=re:GetCode()
......
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