Commit e9950ecf authored by POLYMER's avatar POLYMER

fix

parent bfc388c1
......@@ -401,7 +401,9 @@ function yume.stellar_memories.LimitCost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function yume.stellar_memories.RitualUltimateFilter(c,e,tp,m1,m2,level_function,greater_or_equal)
if not(c:GetOriginalType()&0x81==0x81 and yume.stellar_memories.RitualMonsterFilter(c,e,tp) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true)) then return false end
local mg=m1:Filter(Card.IsCanBeRitualMaterial,c,c)
local mg=m1
--Discard this filter because it only accepts monsters, not monster cards.
--local mg=m1:Filter(Card.IsCanBeRitualMaterial,c,c)
if m2 then
mg:Merge(m2)
end
......
......@@ -26,8 +26,7 @@ function s.initial_effect(c)
e2:SetCode(EFFECT_CHANGE_BATTLE_DAMAGE)
e2:SetRange(LOCATION_SZONE)
e2:SetCondition(s.con2)
e2:SetValue(DOUBLE_DAMAGE)
e2:SetTargetRange(0,1)
e2:SetValue(aux.ChangeBattleDamage(1,DOUBLE_DAMAGE))
c:RegisterEffect(e2)
--ritual summon
local e3=Effect.CreateEffect(c)
......
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