Commit 0edd4636 authored by mercury233's avatar mercury233 Committed by GitHub

fix 破壊剣士の宿命

parent 8327b6dc
...@@ -24,7 +24,7 @@ function c78348934.initial_effect(c) ...@@ -24,7 +24,7 @@ function c78348934.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c78348934.filter1(c,e) function c78348934.filter1(c,e)
return c:IsType(TYPE_MONSTER) and c:IsAbleToRemove() return c:IsType(TYPE_MONSTER) and c:IsAbleToRemove() and c:IsCanBeEffectTarget(e)
end end
function c78348934.fselect(g) function c78348934.fselect(g)
return g:GetClassCount(Card.GetRace)==1 return g:GetClassCount(Card.GetRace)==1
......
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