Commit fa0277de authored by CubeRuler's avatar CubeRuler

fixed

parent 3df1416d
Pipeline #21701 passed with stages
in 24 minutes and 11 seconds
......@@ -24,7 +24,7 @@ function c33331909.initial_effect(c)
c:RegisterEffect(e2)
end
function cm.filter(c)
return c:IsSetCard(0x3567) and c:IsAbleToGrave()
return c:IsSetCard(0x3567) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(cm.filter,tp,LOCATION_DECK,0,nil)
......@@ -62,7 +62,7 @@ function cm.ssop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(500)
e1:SetValue(300)
tc:RegisterEffect(e1)
tc=g:GetNext()
end
......
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