Commit a6c9364a authored by Nemo Ma's avatar Nemo Ma

fix

parent 2fd3948b
......@@ -36,7 +36,7 @@ end
function c31000013.cpcon(e,tp,eg,ep,ev,re,r,rp)
local c=re:GetHandler()
local p=e:GetHandler():GetControler()
local p=c:GetControler()
local loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)
return p==tp and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x308) and loc==LOCATION_MZONE
end
......
......@@ -78,7 +78,7 @@ function c31000015.op(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_IMMUNE_EFFECT)
e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e1:SetTargetRange(LOCATION_ONFIELD,0)
e1:SetTargetRange(LOCATION_ONFIELD, LOCATION_ONFIELD)
e1:SetValue(c31000015.efilter)
e1:SetLabel(ac)
e1:SetReset(RESET_PHASE+PHASE_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