Commit 9d9c0408 authored by mercury233's avatar mercury233 Committed by GitHub

fix 先史遺産アステカ・マスク・ゴーレム

parent 512bf372
......@@ -12,7 +12,7 @@ function c94766498.initial_effect(c)
Duel.AddCustomActivityCounter(94766498,ACTIVITY_CHAIN,c94766498.chainfilter)
end
function c94766498.chainfilter(re,tp,cid)
return not (re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:GetHandler():IsSetCard(0x70))
return not (re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_SPELL) and re:GetHandler():IsSetCard(0x70))
end
function c94766498.hspcon(e,c)
if c==nil then return true 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