Commit a8699f75 authored by wind2009's avatar wind2009

Merge branch 'patch-4' into 'master'

fix原石の号咆

See merge request !43
parents 11516120 e3c7a6a6
......@@ -56,7 +56,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.ptfilter(e,c)
return c:IsSetCard(0x2b9) or c:IsCode(e:GetLabel())
return c:IsSetCard(0x2b9) or (c:IsCode(e:GetLabel()) and c:IsType(TYPE_NORMAL))
end
function s.gccon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==1-tp
......
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