Commit 474b26b0 authored by Tachibana's avatar Tachibana

eme

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