Commit 474b26b0 authored by Tachibana's avatar Tachibana

eme

parent f7ab3d20
Pipeline #8470 passed with stages
in 23 minutes and 20 seconds
......@@ -28,16 +28,16 @@ function c16120000.initial_effect(c)
c:RegisterEffect(e2)
end
function c16120000.fusfilter1(c)
return c:IsAttribute(ATTRIBUTE_EARTH)
return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsRace(RACE_DRAGON)
end
function c16120000.fusfilter2(c)
return c:IsAttribute(ATTRIBUTE_FIRE)
return c:IsAttribute(ATTRIBUTE_FIRE) and c:IsRace(RACE_DRAGON)
end
function c16120000.fusfilter3(c)
return c:IsAttribute(ATTRIBUTE_WIND)
return c:IsAttribute(ATTRIBUTE_WIND) and c:IsRace(RACE_DRAGON)
end
function c16120000.fusfilter4(c)
return c:IsAttribute(ATTRIBUTE_WATER)
return c:IsAttribute(ATTRIBUTE_WATER) and c:IsRace(RACE_DRAGON)
end
function c16120000.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPosition(POS_FACEUP_ATTACK)
......
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