Commit 7997068c authored by salix5's avatar salix5

Merge pull request #163 from nekrozar/patch-4

fix Outer Entity Azathoth
parents 154a69ce 0bc1a3df
......@@ -46,7 +46,7 @@ function c34945480.sumsuc(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function c34945480.actlimit(e,re,tp)
return re:IsActiveType(TYPE_MONSTER)
return re:IsActiveType(TYPE_MONSTER) and not re:GetHandler():IsImmuneToEffect(e)
end
function c34945480.condition(e,tp,eg,ep,ev,re,r,rp)
local g=e:GetHandler():GetOverlayGroup()
......
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