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

fix Periallis, Empress of Blossoms

parent 32ae73e9
...@@ -26,7 +26,7 @@ function c72924435.atkfilter(c) ...@@ -26,7 +26,7 @@ function c72924435.atkfilter(c)
return c:IsRace(RACE_PLANT) and c:IsFaceup() return c:IsRace(RACE_PLANT) and c:IsFaceup()
end end
function c72924435.atkval(e,c) function c72924435.atkval(e,c)
return Duel.GetMatchingGroupCount(c72924435.atkfilter,c:GetControler(),LOCATION_MZONE,0,c)*300 return Duel.GetMatchingGroupCount(c72924435.atkfilter,c:GetControler(),LOCATION_MZONE,0,c)*400
end end
function c72924435.filter(c,e,tp) function c72924435.filter(c,e,tp)
return c:IsRace(RACE_PLANT) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE) return c:IsRace(RACE_PLANT) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
......
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