Commit 49c5f589 authored by Huangnan's avatar Huangnan

Merge branch 'patch-3' into 'master'

fix原石皇脉

See merge request !45
parents 99098e39 993d2a90
......@@ -52,7 +52,7 @@ function s.atkval(e)
return g:GetClassCount(Card.GetCode)*300
end
function s.smfilter(c,e,tp)
return c:IsType(TYPE_NORMAL) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
return bit.band(c:GetOriginalType(),TYPE_NORMAL)~=0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
end
function s.smtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>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