Commit fc6d66a6 authored by wind2009's avatar wind2009

Fix プリマ・マテリアクトル

parent fdbe365c
Pipeline #32438 failed with stages
in 1 minute and 52 seconds
...@@ -24,11 +24,8 @@ function s.initial_effect(c) ...@@ -24,11 +24,8 @@ function s.initial_effect(c)
e2:SetOperation(s.matop) e2:SetOperation(s.matop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.filter(c)
return c:IsFaceup() and c:IsRace(RACE_WARRIOR+RACE_SPELLCASTER)
end
function s.val(e,c) function s.val(e,c)
return Duel.GetOverlayCount(e:GetHandlerPlayer(),1,0)*100 return Duel.GetOverlayCount(e:GetHandlerPlayer(),1,1)*100
end end
function s.matfilter(c) function s.matfilter(c)
return c:IsFaceup() and c:IsSetCard(0x160) and c:IsType(TYPE_XYZ) return c:IsFaceup() and c:IsSetCard(0x160) and c:IsType(TYPE_XYZ)
......
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