Commit b88398e4 authored by mercury233's avatar mercury233 Committed by GitHub

fix ヴォルカニック・エンペラー

parent 0d05b034
...@@ -40,7 +40,8 @@ function c46412900.initial_effect(c) ...@@ -40,7 +40,8 @@ function c46412900.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c46412900.sprfilter(c) function c46412900.sprfilter(c)
return c:IsFaceupEx() and c:IsAbleToRemoveAsCost() and (c:IsRace(RACE_PYRO) or c:IsSetCard(0xb9)) return c:IsFaceupEx() and c:IsAbleToRemoveAsCost()
and (c:IsRace(RACE_PYRO) and c:IsType(TYPE_MONSTER) or c:IsSetCard(0xb9))
end end
function c46412900.gcheck(g,tp) function c46412900.gcheck(g,tp)
return Duel.GetMZoneCount(tp,g)>0 return Duel.GetMZoneCount(tp,g)>0
......
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